Html Css Color HEX #850409 Sangria

📋 copy color: '#850409'

red 133 ◦ green 4 ◦ blue 9

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

Shades of Sangria #850409

Tints of Sangria #850409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.16%

R = 91.1%
G = 2.74%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#850409 (or 0x850409) is known color: Sangria. HEX triplet: 85, 04 and 09. RGB value is (133,4,9). Sum of RGB (Red+Green+Blue) = 133+4+9=146 (19% of max value = 765). Red value is 133 (52.34% from 255 or 91.10% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 133 - color contains mainly: red. Hex color #850409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850409 is #7AFBF6. Grayscale: #2B2B2B. Windows color (decimal): -8059895 or 590981. OLE color: 590981.

HSL color Cylindrical-coordinate representation of color #850409: hue angle of 357.67º 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 #850409 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 4 9 -
CMYK 0 0.97 0.93 0.48
HSL 357.67º 0.94% 0.27% -
HSV(B) 357.67º 0.97% 0.52% -
XYZ 9.77 5.09 0.73 -
YUV 43.14 108.74 192.09 -
System Red Green Blue C M Y K H S L
Decimal 133 4 9 0 0.97 0.93 0.48 357.67 0.94 0.27
Hex 85 4 9 0 61 5D 30 166 5E 1B
Octal 205 4 11 0 141 135 60 546 136 33
Binary 10000101 100 1001 0 1100001 1011101 110000 101100110 1011110 11011

Color Harmonies of #850409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850409

Black with #850409

Text Example


Text Example

White with #850409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850409; }

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

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

background-color css

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

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

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

border-color css

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

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

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