Html Css Color HEX #851416 Sangria

📋 copy color: '#851416'

red 133 ◦ green 20 ◦ blue 22

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

Shades of Sangria #851416

Tints of Sangria #851416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.43%

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

R = 76%
G = 11.43%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#851416 (or 0x851416) is known color: Sangria. HEX triplet: 85, 14 and 16. RGB value is (133,20,22). Sum of RGB (Red+Green+Blue) = 133+20+22=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #851416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851416 is #7AEBE9. Grayscale: #363636. Windows color (decimal): -8055786 or 1447045. OLE color: 1447045.

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

Color convert

RGB 133 20 22 -
CMYK 0 0.85 0.83 0.48
HSL 358.94º 0.74% 0.3% -
HSV(B) 358.94º 0.85% 0.52% -
XYZ 10.07 5.54 1.3 -
YUV 54.02 109.94 184.34 -
System Red Green Blue C M Y K H S L
Decimal 133 20 22 0 0.85 0.83 0.48 358.94 0.74 0.3
Hex 85 14 16 0 55 53 30 167 4A 1E
Octal 205 24 26 0 125 123 60 547 112 36
Binary 10000101 10100 10110 0 1010101 1010011 110000 101100111 1001010 11110

Color Harmonies of #851416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851416

Black with #851416

Text Example


Text Example

White with #851416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851416; }

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

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

background-color css

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

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

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

border-color css

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

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

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