Html Css Color HEX #850912 Sangria

📋 copy color: '#850912'

red 133 ◦ green 9 ◦ blue 18

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

Shades of Sangria #850912

Tints of Sangria #850912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.63%

 BLUE value IS 18 (7.42% from 255) = 11.25%

R = 83.13%
G = 5.63%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#850912 (or 0x850912) is known color: Sangria. HEX triplet: 85, 09 and 12. RGB value is (133,9,18). Sum of RGB (Red+Green+Blue) = 133+9+18=160 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.12% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 133 - color contains mainly: red. Hex color #850912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850912 is #7AF6ED. Grayscale: #2F2F2F. Windows color (decimal): -8058606 or 1182085. OLE color: 1182085.

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

Color convert

RGB 133 9 18 -
CMYK 0 0.93 0.86 0.48
HSL 355.65º 0.87% 0.28% -
HSV(B) 355.65º 0.93% 0.52% -
XYZ 9.88 5.23 1.06 -
YUV 47.1 111.58 189.27 -
System Red Green Blue C M Y K H S L
Decimal 133 9 18 0 0.93 0.86 0.48 355.65 0.87 0.28
Hex 85 9 12 0 5D 56 30 164 57 1C
Octal 205 11 22 0 135 126 60 544 127 34
Binary 10000101 1001 10010 0 1011101 1010110 110000 101100100 1010111 11100

Color Harmonies of #850912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850912

Black with #850912

Text Example


Text Example

White with #850912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850912; }

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

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

background-color css

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

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

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

border-color css

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

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

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