Html Css Color HEX #850815 Sangria

📋 copy color: '#850815'

red 133 ◦ green 8 ◦ blue 21

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

Shades of Sangria #850815

Tints of Sangria #850815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.94%

 BLUE value IS 21 (8.59% from 255) = 12.96%

R = 82.1%
G = 4.94%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#850815 (or 0x850815) is known color: Sangria. HEX triplet: 85, 08 and 15. RGB value is (133,8,21). Sum of RGB (Red+Green+Blue) = 133+8+21=162 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.10% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 133 - color contains mainly: red. Hex color #850815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850815 is #7AF7EA. Grayscale: #2E2E2E. Windows color (decimal): -8058859 or 1378437. OLE color: 1378437.

HSL color Cylindrical-coordinate representation of color #850815: hue angle of 353.76º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850815 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 8 21 -
CMYK 0 0.94 0.84 0.48
HSL 353.76º 0.89% 0.28% -
HSV(B) 353.76º 0.94% 0.52% -
XYZ 9.9 5.21 1.19 -
YUV 46.86 113.41 189.44 -
System Red Green Blue C M Y K H S L
Decimal 133 8 21 0 0.94 0.84 0.48 353.76 0.89 0.28
Hex 85 8 15 0 5E 54 30 162 59 1C
Octal 205 10 25 0 136 124 60 542 131 34
Binary 10000101 1000 10101 0 1011110 1010100 110000 101100010 1011001 11100

Color Harmonies of #850815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850815

Black with #850815

Text Example


Text Example

White with #850815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850815; }

 p { color: rgb(133,8,21); }

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

background-color css

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

 a { background-color: rgb(133,8,21); }

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

border-color css

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

 span { border-color: rgb(133,8,21); }

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