Html Css Color HEX #851216 Sangria

📋 copy color: '#851216'

red 133 ◦ green 18 ◦ blue 22

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

Shades of Sangria #851216

Tints of Sangria #851216

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.4%

 BLUE value IS 22 (8.98% from 255) = 12.72%

R = 76.88%
G = 10.4%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#851216 (or 0x851216) is known color: Sangria. HEX triplet: 85, 12 and 16. RGB value is (133,18,22). Sum of RGB (Red+Green+Blue) = 133+18+22=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #851216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851216 is #7AEDE9. Grayscale: #343434. Windows color (decimal): -8056298 or 1446533. OLE color: 1446533.

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

Color convert

RGB 133 18 22 -
CMYK 0 0.86 0.83 0.48
HSL 357.91º 0.76% 0.3% -
HSV(B) 357.91º 0.86% 0.52% -
XYZ 10.03 5.48 1.29 -
YUV 52.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 133 18 22 0 0.86 0.83 0.48 357.91 0.76 0.3
Hex 85 12 16 0 56 53 30 166 4C 1E
Octal 205 22 26 0 126 123 60 546 114 36
Binary 10000101 10010 10110 0 1010110 1010011 110000 101100110 1001100 11110

Color Harmonies of #851216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851216

Black with #851216

Text Example


Text Example

White with #851216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851216; }

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

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

background-color css

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

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

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

border-color css

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

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

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