Html Css Color HEX #850514 Sangria

📋 copy color: '#850514'

red 133 ◦ green 5 ◦ blue 20

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

Shades of Sangria #850514

Tints of Sangria #850514

RGB

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

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

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

R = 84.18%
G = 3.16%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#850514 (or 0x850514) is known color: Sangria. HEX triplet: 85, 05 and 14. RGB value is (133,5,20). Sum of RGB (Red+Green+Blue) = 133+5+20=158 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.18% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 133 - color contains mainly: red. Hex color #850514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850514 is #7AFAEB. Grayscale: #2D2D2D. Windows color (decimal): -8059628 or 1312133. OLE color: 1312133.

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

Color convert

RGB 133 5 20 -
CMYK 0 0.96 0.85 0.48
HSL 352.97º 0.93% 0.27% -
HSV(B) 352.97º 0.96% 0.52% -
XYZ 9.85 5.15 1.14 -
YUV 44.98 113.91 190.78 -
System Red Green Blue C M Y K H S L
Decimal 133 5 20 0 0.96 0.85 0.48 352.97 0.93 0.27
Hex 85 5 14 0 60 55 30 161 5D 1B
Octal 205 5 24 0 140 125 60 541 135 33
Binary 10000101 101 10100 0 1100000 1010101 110000 101100001 1011101 11011

Color Harmonies of #850514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850514

Black with #850514

Text Example


Text Example

White with #850514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850514; }

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

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

background-color css

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

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

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

border-color css

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

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

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