Html Css Color HEX #851316 Sangria

📋 copy color: '#851316'

red 133 ◦ green 19 ◦ blue 22

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

Shades of Sangria #851316

Tints of Sangria #851316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.92%

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

R = 76.44%
G = 10.92%
B = 12.64%

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

#851316 (or 0x851316) is known color: Sangria. HEX triplet: 85, 13 and 16. RGB value is (133,19,22). Sum of RGB (Red+Green+Blue) = 133+19+22=174 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76.44% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 133 - color contains mainly: red. Hex color #851316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851316 is #7AECE9. Grayscale: #353535. Windows color (decimal): -8056042 or 1446789. OLE color: 1446789.

HSL color Cylindrical-coordinate representation of color #851316: hue angle of 358.42º degrees, saturation: 0.75, 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 #851316 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 19 22 -
CMYK 0 0.86 0.83 0.48
HSL 358.42º 0.75% 0.3% -
HSV(B) 358.42º 0.86% 0.52% -
XYZ 10.05 5.51 1.29 -
YUV 53.43 110.27 184.76 -
System Red Green Blue C M Y K H S L
Decimal 133 19 22 0 0.86 0.83 0.48 358.42 0.75 0.3
Hex 85 13 16 0 56 53 30 166 4B 1E
Octal 205 23 26 0 126 123 60 546 113 36
Binary 10000101 10011 10110 0 1010110 1010011 110000 101100110 1001011 11110

Color Harmonies of #851316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851316

Black with #851316

Text Example


Text Example

White with #851316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851316; }

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

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

background-color css

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

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

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

border-color css

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

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

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