Html Css Color HEX #850011 Sangria

📋 copy color: '#850011'

red 133 ◦ green 0 ◦ blue 17

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

Shades of Sangria #850011

Tints of Sangria #850011

RGB

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

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

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

R = 88.67%
G = 0%
B = 11.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#850011 (or 0x850011) is known color: Sangria. HEX triplet: 85, 00 and 11. RGB value is (133,0,17). Sum of RGB (Red+Green+Blue) = 133+0+17=150 (19% of max value = 765). Red value is 133 (52.34% from 255 or 88.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 133 - color contains mainly: red. Hex color #850011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850011 is #7AFFEE. Grayscale: #292929. Windows color (decimal): -8060911 or 1114245. OLE color: 1114245.

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

Color convert

RGB 133 0 17 -
CMYK 0 1 0.87 0.48
HSL 352.33º 1% 0.26% -
HSV(B) 352.33º 1% 0.52% -
XYZ 9.77 5.03 0.99 -
YUV 41.71 114.06 193.12 -
System Red Green Blue C M Y K H S L
Decimal 133 0 17 0 1 0.87 0.48 352.33 1 0.26
Hex 85 0 11 0 64 57 30 160 64 1A
Octal 205 0 21 0 144 127 60 540 144 32
Binary 10000101 0 10001 0 1100100 1010111 110000 101100000 1100100 11010

Color Harmonies of #850011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850011

Black with #850011

Text Example


Text Example

White with #850011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850011; }

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

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

background-color css

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

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

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

border-color css

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

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

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