Html Css Color HEX #851016 Sangria

📋 copy color: '#851016'

red 133 ◦ green 16 ◦ blue 22

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

Shades of Sangria #851016

Tints of Sangria #851016

RGB

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

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

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

R = 77.78%
G = 9.36%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#851016 (or 0x851016) is known color: Sangria. HEX triplet: 85, 10 and 16. RGB value is (133,16,22). Sum of RGB (Red+Green+Blue) = 133+16+22=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #851016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851016 is #7AEFE9. Grayscale: #333333. Windows color (decimal): -8056810 or 1446021. OLE color: 1446021.

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

Color convert

RGB 133 16 22 -
CMYK 0 0.88 0.83 0.48
HSL 356.92º 0.79% 0.29% -
HSV(B) 356.92º 0.88% 0.52% -
XYZ 10 5.42 1.28 -
YUV 51.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 133 16 22 0 0.88 0.83 0.48 356.92 0.79 0.29
Hex 85 10 16 0 58 53 30 165 4F 1D
Octal 205 20 26 0 130 123 60 545 117 35
Binary 10000101 10000 10110 0 1011000 1010011 110000 101100101 1001111 11101

Color Harmonies of #851016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851016

Black with #851016

Text Example


Text Example

White with #851016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851016; }

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

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

background-color css

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

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

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

border-color css

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

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

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