Html Css Color HEX #850209 Sangria

📋 copy color: '#850209'

red 133 ◦ green 2 ◦ blue 9

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

Shades of Sangria #850209

Tints of Sangria #850209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.39%

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

R = 92.36%
G = 1.39%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#850209 (or 0x850209) is known color: Sangria. HEX triplet: 85, 02 and 09. RGB value is (133,2,9). Sum of RGB (Red+Green+Blue) = 133+2+9=144 (19% of max value = 765). Red value is 133 (52.34% from 255 or 92.36% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 133 - color contains mainly: red. Hex color #850209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850209 is #7AFDF6. Grayscale: #2A2A2A. Windows color (decimal): -8060407 or 590469. OLE color: 590469.

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

Color convert

RGB 133 2 9 -
CMYK 0 0.98 0.93 0.48
HSL 356.79º 0.97% 0.26% -
HSV(B) 356.79º 0.98% 0.52% -
XYZ 9.74 5.05 0.72 -
YUV 41.97 109.4 192.93 -
System Red Green Blue C M Y K H S L
Decimal 133 2 9 0 0.98 0.93 0.48 356.79 0.97 0.26
Hex 85 2 9 0 62 5D 30 165 61 1A
Octal 205 2 11 0 142 135 60 545 141 32
Binary 10000101 10 1001 0 1100010 1011101 110000 101100101 1100001 11010

Color Harmonies of #850209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850209

Black with #850209

Text Example


Text Example

White with #850209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850209; }

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

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

background-color css

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

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

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

border-color css

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

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

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