Html Css Color HEX #850506 Sangria

📋 copy color: '#850506'

red 133 ◦ green 5 ◦ blue 6

#850506
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #850506

Tints of Sangria #850506

RGB

 RED value IS 133 (52.34% from 255) = 92.36%

 GREEN value IS 5 (2.34% from 255) = 3.47%

 BLUE value IS 6 (2.73% from 255) = 4.17%

R = 92.36%
G = 3.47%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#850506 (or 0x850506) is known color: Sangria. HEX triplet: 85, 05 and 06. RGB value is (133,5,6). Sum of RGB (Red+Green+Blue) = 133+5+6=144 (19% of max value = 765). Red value is 133 (52.34% from 255 or 92.36% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 133 - color contains mainly: red. Hex color #850506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850506 is #7AFAF9. Grayscale: #2B2B2B. Windows color (decimal): -8059642 or 394629. OLE color: 394629.

HSL color Cylindrical-coordinate representation of color #850506: hue angle of 359.53º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850506 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 5 6 -
CMYK 0 0.96 0.95 0.48
HSL 359.53º 0.93% 0.27% -
HSV(B) 359.53º 0.96% 0.52% -
XYZ 9.76 5.11 0.64 -
YUV 43.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 133 5 6 0 0.96 0.95 0.48 359.53 0.93 0.27
Hex 85 5 6 0 60 5F 30 168 5D 1B
Octal 205 5 6 0 140 137 60 550 135 33
Binary 10000101 101 110 0 1100000 1011111 110000 101101000 1011101 11011

Color Harmonies of #850506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850506

Black with #850506

Text Example


Text Example

White with #850506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850506; }

 p { color: rgb(133,5,6); }

 H1.HeaderClassName
 {
   color: #850506;
 }
 .AnyTagClassName
 {
   color: #850506;
 }
</style>

background-color css

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

 a { background-color: rgb(133,5,6); }

 div.DivClassName
 {
   background-color: #850506;
 }
 .BgClassName
 {
   background-color: #850506;
 }
</style>

border-color css

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

 span { border-color: rgb(133,5,6); }

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