Html Css Color HEX #850111 Sangria

📋 copy color: '#850111'

red 133 ◦ green 1 ◦ blue 17

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

Shades of Sangria #850111

Tints of Sangria #850111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.26%

R = 88.08%
G = 0.66%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#850111 (or 0x850111) is known color: Sangria. HEX triplet: 85, 01 and 11. RGB value is (133,1,17). Sum of RGB (Red+Green+Blue) = 133+1+17=151 (20% of max value = 765). Red value is 133 (52.34% from 255 or 88.08% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 133 - color contains mainly: red. Hex color #850111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850111 is #7AFEEE. Grayscale: #2A2A2A. Windows color (decimal): -8060655 or 1114501. OLE color: 1114501.

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

Color convert

RGB 133 1 17 -
CMYK 0 0.99 0.87 0.48
HSL 352.73º 0.99% 0.26% -
HSV(B) 352.73º 0.99% 0.52% -
XYZ 9.78 5.05 0.99 -
YUV 42.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 133 1 17 0 0.99 0.87 0.48 352.73 0.99 0.26
Hex 85 1 11 0 63 57 30 161 63 1A
Octal 205 1 21 0 143 127 60 541 143 32
Binary 10000101 1 10001 0 1100011 1010111 110000 101100001 1100011 11010

Color Harmonies of #850111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850111

Black with #850111

Text Example


Text Example

White with #850111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850111; }

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

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

background-color css

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

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

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

border-color css

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

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

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