Html Css Color HEX #850D11 Sangria

📋 copy color: '#850D11'

red 133 ◦ green 13 ◦ blue 17

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

Shades of Sangria #850D11

Tints of Sangria #850D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.98%

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

R = 81.6%
G = 7.98%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#850D11 (or 0x850D11) is known color: Sangria. HEX triplet: 85, 0D and 11. RGB value is (133,13,17). Sum of RGB (Red+Green+Blue) = 133+13+17=163 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.60% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 133 - color contains mainly: red. Hex color #850D11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850D11 is #7AF2EE. Grayscale: #313131. Windows color (decimal): -8057583 or 1117573. OLE color: 1117573.

HSL color Cylindrical-coordinate representation of color #850D11: hue angle of 358º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D11 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 13 17 -
CMYK 0 0.90 0.87 0.48
HSL 358º 0.82% 0.29% -
HSV(B) 358º 0.9% 0.52% -
XYZ 9.92 5.31 1.03 -
YUV 49.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 133 13 17 0 0.90 0.87 0.48 358 0.82 0.29
Hex 85 D 11 0 5A 57 30 166 52 1D
Octal 205 15 21 0 132 127 60 546 122 35
Binary 10000101 1101 10001 0 1011010 1010111 110000 101100110 1010010 11101

Color Harmonies of #850D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D11

Black with #850D11

Text Example


Text Example

White with #850D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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