Html Css Color HEX #850D14 Sangria

📋 copy color: '#850D14'

red 133 ◦ green 13 ◦ blue 20

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

Shades of Sangria #850D14

Tints of Sangria #850D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.05%

R = 80.12%
G = 7.83%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#850D14 (or 0x850D14) is known color: Sangria. HEX triplet: 85, 0D and 14. RGB value is (133,13,20). Sum of RGB (Red+Green+Blue) = 133+13+20=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #850D14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850D14 is #7AF2EB. Grayscale: #313131. Windows color (decimal): -8057580 or 1314181. OLE color: 1314181.

HSL color Cylindrical-coordinate representation of color #850D14: hue angle of 356.5º 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 #850D14 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 13 20 -
CMYK 0 0.90 0.85 0.48
HSL 356.5º 0.82% 0.29% -
HSV(B) 356.5º 0.9% 0.52% -
XYZ 9.94 5.32 1.17 -
YUV 49.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 133 13 20 0 0.90 0.85 0.48 356.5 0.82 0.29
Hex 85 D 14 0 5A 55 30 164 52 1D
Octal 205 15 24 0 132 125 60 544 122 35
Binary 10000101 1101 10100 0 1011010 1010101 110000 101100100 1010010 11101

Color Harmonies of #850D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D14

Black with #850D14

Text Example


Text Example

White with #850D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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