Html Css Color HEX #851014 Sangria

📋 copy color: '#851014'

red 133 ◦ green 16 ◦ blue 20

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

Shades of Sangria #851014

Tints of Sangria #851014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

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

R = 78.7%
G = 9.47%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#851014 (or 0x851014) is known color: Sangria. HEX triplet: 85, 10 and 14. RGB value is (133,16,20). Sum of RGB (Red+Green+Blue) = 133+16+20=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #851014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851014 is #7AEFEB. Grayscale: #333333. Windows color (decimal): -8056812 or 1314949. OLE color: 1314949.

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

Color convert

RGB 133 16 20 -
CMYK 0 0.88 0.85 0.48
HSL 357.95º 0.79% 0.29% -
HSV(B) 357.95º 0.88% 0.52% -
XYZ 9.98 5.41 1.18 -
YUV 51.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 133 16 20 0 0.88 0.85 0.48 357.95 0.79 0.29
Hex 85 10 14 0 58 55 30 166 4F 1D
Octal 205 20 24 0 130 125 60 546 117 35
Binary 10000101 10000 10100 0 1011000 1010101 110000 101100110 1001111 11101

Color Harmonies of #851014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851014

Black with #851014

Text Example


Text Example

White with #851014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851014; }

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

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

background-color css

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

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

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

border-color css

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

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

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