Html Css Color HEX #850406 Sangria

📋 copy color: '#850406'

red 133 ◦ green 4 ◦ blue 6

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

Shades of Sangria #850406

Tints of Sangria #850406

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.8%

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

R = 93.01%
G = 2.8%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#850406 (or 0x850406) is known color: Sangria. HEX triplet: 85, 04 and 06. RGB value is (133,4,6). Sum of RGB (Red+Green+Blue) = 133+4+6=143 (18% of max value = 765). Red value is 133 (52.34% from 255 or 93.01% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 133 - color contains mainly: red. Hex color #850406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850406 is #7AFBF9. Grayscale: #2A2A2A. Windows color (decimal): -8059898 or 394373. OLE color: 394373.

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

Color convert

RGB 133 4 6 -
CMYK 0 0.97 0.95 0.48
HSL 359.07º 0.94% 0.27% -
HSV(B) 359.07º 0.97% 0.52% -
XYZ 9.75 5.09 0.64 -
YUV 42.8 107.24 192.34 -
System Red Green Blue C M Y K H S L
Decimal 133 4 6 0 0.97 0.95 0.48 359.07 0.94 0.27
Hex 85 4 6 0 61 5F 30 167 5E 1B
Octal 205 4 6 0 141 137 60 547 136 33
Binary 10000101 100 110 0 1100001 1011111 110000 101100111 1011110 11011

Color Harmonies of #850406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850406

Black with #850406

Text Example


Text Example

White with #850406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850406; }

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

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

background-color css

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

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

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

border-color css

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

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

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