#83000F

Color #83000F Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #83000F

Tints of Sangria #83000F

Color information

#83000F (or 0x83000F) is unknown color: approx Sangria. HEX triplet: 83, 00 and 0F. RGB value is (131,0,15). Sum of RGB (Red+Green+Blue) = 131+0+15=146 (19% of max value = 765). Red value is 131 (51.56% from 255 or 89.73% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 131 - color contains mainly: red. Hex color #83000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83000F is #7CFFF0. Grayscale: #282828. Windows color (decimal): -8191985 or 983171. OLE color: 983171.

HSL color Cylindrical-coordinate representation of color #83000F: hue angle of 353.13º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83000F is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB131015-
CMYK010.890.49
HSL353.13º100%25.69%-
HSV(B)353.13º100%51.37%-
XYZ9.454.860.89-
YUV40.88113.4192.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 89.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 10.27%
R=89.73%
G=0%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131015010.890.49353.1310025.69
Hex830F0645931161641a
Octal20301701441316154114432
Binary1000001101111011001001011001110001101100001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83000F; }

 p { color: rgb(131,0,15); }

 H1.HeaderClassName
 {
   color: #83000F;
 }
 .AnyTagClassName
 {
   color: #83000F;
 }
</style>
background-color css

<style>
 a { background-color: #83000F; }

 a { background-color: rgb(131,0,15); }

 div.DivClassName
 {
   background-color: #83000F;
 }
 .BgClassName
 {
   background-color: #83000F;
 }
</style>
border-color css

<style>
 span { border-color: #83000F; }

 span { border-color: rgb(131,0,15); }

 td.TdClassName
 {
   border-color: #83000F;
 }
 .TagClassName
 {
   border-color: #83000F;
 }
</style>