Html Css Color HEX #850009 Sangria

📋 copy color: '#850009'

red 133 ◦ green 0 ◦ blue 9

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

Shades of Sangria #850009

Tints of Sangria #850009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.66%
G = 0%
B = 6.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#850009 (or 0x850009) is known color: Sangria. HEX triplet: 85, 00 and 09. RGB value is (133,0,9). Sum of RGB (Red+Green+Blue) = 133+0+9=142 (18% of max value = 765). Red value is 133 (52.34% from 255 or 93.66% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 133 - color contains mainly: red. Hex color #850009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850009 is #7AFFF6. Grayscale: #282828. Windows color (decimal): -8060919 or 589957. OLE color: 589957.

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

Color convert

RGB 133 0 9 -
CMYK 0 1 0.93 0.48
HSL 355.94º 1% 0.26% -
HSV(B) 355.94º 1% 0.52% -
XYZ 9.72 5.01 0.71 -
YUV 40.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 133 0 9 0 1 0.93 0.48 355.94 1 0.26
Hex 85 0 9 0 64 5D 30 164 64 1A
Octal 205 0 11 0 144 135 60 544 144 32
Binary 10000101 0 1001 0 1100100 1011101 110000 101100100 1100100 11010

Color Harmonies of #850009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850009

Black with #850009

Text Example


Text Example

White with #850009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850009; }

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

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

background-color css

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

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

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

border-color css

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

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

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