Html Css Color HEX #850509 Sangria

📋 copy color: '#850509'

red 133 ◦ green 5 ◦ blue 9

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

Shades of Sangria #850509

Tints of Sangria #850509

RGB

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

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

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

R = 90.48%
G = 3.4%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#850509 (or 0x850509) is known color: Sangria. HEX triplet: 85, 05 and 09. RGB value is (133,5,9). Sum of RGB (Red+Green+Blue) = 133+5+9=147 (19% of max value = 765). Red value is 133 (52.34% from 255 or 90.48% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 133 - color contains mainly: red. Hex color #850509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850509 is #7AFAF6. Grayscale: #2B2B2B. Windows color (decimal): -8059639 or 591237. OLE color: 591237.

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

Color convert

RGB 133 5 9 -
CMYK 0 0.96 0.93 0.48
HSL 358.13º 0.93% 0.27% -
HSV(B) 358.13º 0.96% 0.52% -
XYZ 9.78 5.11 0.73 -
YUV 43.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 133 5 9 0 0.96 0.93 0.48 358.13 0.93 0.27
Hex 85 5 9 0 60 5D 30 166 5D 1B
Octal 205 5 11 0 140 135 60 546 135 33
Binary 10000101 101 1001 0 1100000 1011101 110000 101100110 1011101 11011

Color Harmonies of #850509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850509

Black with #850509

Text Example


Text Example

White with #850509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850509; }

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

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

background-color css

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

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

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

border-color css

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

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

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