Html Css Color HEX #851114 Sangria

📋 copy color: '#851114'

red 133 ◦ green 17 ◦ blue 20

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

Shades of Sangria #851114

Tints of Sangria #851114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10%

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

R = 78.24%
G = 10%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#851114 (or 0x851114) is known color: Sangria. HEX triplet: 85, 11 and 14. RGB value is (133,17,20). Sum of RGB (Red+Green+Blue) = 133+17+20=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #851114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851114 is #7AEEEB. Grayscale: #343434. Windows color (decimal): -8056556 or 1315205. OLE color: 1315205.

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

Color convert

RGB 133 17 20 -
CMYK 0 0.87 0.85 0.48
HSL 358.45º 0.77% 0.29% -
HSV(B) 358.45º 0.87% 0.52% -
XYZ 10 5.44 1.18 -
YUV 52.03 109.93 185.76 -
System Red Green Blue C M Y K H S L
Decimal 133 17 20 0 0.87 0.85 0.48 358.45 0.77 0.29
Hex 85 11 14 0 57 55 30 166 4D 1D
Octal 205 21 24 0 127 125 60 546 115 35
Binary 10000101 10001 10100 0 1010111 1010101 110000 101100110 1001101 11101

Color Harmonies of #851114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851114

Black with #851114

Text Example


Text Example

White with #851114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851114; }

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

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

background-color css

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

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

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

border-color css

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

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

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