Html Css Color HEX #850112 Sangria

📋 copy color: '#850112'

red 133 ◦ green 1 ◦ blue 18

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

Shades of Sangria #850112

Tints of Sangria #850112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 87.5%
G = 0.66%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#850112 (or 0x850112) is known color: Sangria. HEX triplet: 85, 01 and 12. RGB value is (133,1,18). Sum of RGB (Red+Green+Blue) = 133+1+18=152 (20% of max value = 765). Red value is 133 (52.34% from 255 or 87.5% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 133 - color contains mainly: red. Hex color #850112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850112 is #7AFEED. Grayscale: #2A2A2A. Windows color (decimal): -8060654 or 1180037. OLE color: 1180037.

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

Color convert

RGB 133 1 18 -
CMYK 0 0.99 0.86 0.48
HSL 352.27º 0.99% 0.26% -
HSV(B) 352.27º 0.99% 0.52% -
XYZ 9.79 5.05 1.03 -
YUV 42.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 133 1 18 0 0.99 0.86 0.48 352.27 0.99 0.26
Hex 85 1 12 0 63 56 30 160 63 1A
Octal 205 1 22 0 143 126 60 540 143 32
Binary 10000101 1 10010 0 1100011 1010110 110000 101100000 1100011 11010

Color Harmonies of #850112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850112

Black with #850112

Text Example


Text Example

White with #850112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850112; }

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

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

background-color css

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

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

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

border-color css

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

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

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