Html Css Color HEX #850512 Sangria

📋 copy color: '#850512'

red 133 ◦ green 5 ◦ blue 18

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

Shades of Sangria #850512

Tints of Sangria #850512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.21%

 BLUE value IS 18 (7.42% from 255) = 11.54%

R = 85.26%
G = 3.21%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#850512 (or 0x850512) is known color: Sangria. HEX triplet: 85, 05 and 12. RGB value is (133,5,18). Sum of RGB (Red+Green+Blue) = 133+5+18=156 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.26% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 133 - color contains mainly: red. Hex color #850512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850512 is #7AFAED. Grayscale: #2C2C2C. Windows color (decimal): -8059630 or 1181061. OLE color: 1181061.

HSL color Cylindrical-coordinate representation of color #850512: hue angle of 353.91º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850512 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 5 18 -
CMYK 0 0.96 0.86 0.48
HSL 353.91º 0.93% 0.27% -
HSV(B) 353.91º 0.96% 0.52% -
XYZ 9.84 5.14 1.05 -
YUV 44.75 112.91 190.94 -
System Red Green Blue C M Y K H S L
Decimal 133 5 18 0 0.96 0.86 0.48 353.91 0.93 0.27
Hex 85 5 12 0 60 56 30 162 5D 1B
Octal 205 5 22 0 140 126 60 542 135 33
Binary 10000101 101 10010 0 1100000 1010110 110000 101100010 1011101 11011

Color Harmonies of #850512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850512

Black with #850512

Text Example


Text Example

White with #850512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850512; }

 p { color: rgb(133,5,18); }

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

background-color css

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

 a { background-color: rgb(133,5,18); }

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

border-color css

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

 span { border-color: rgb(133,5,18); }

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