Html Css Color HEX #811015 Sangria

📋 copy color: '#811015'

red 129 ◦ green 16 ◦ blue 21

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

Shades of Sangria #811015

Tints of Sangria #811015

RGB

 RED value IS 129 (50.78% from 255) = 77.71%

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

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

R = 77.71%
G = 9.64%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#811015 (or 0x811015) is known color: Sangria. HEX triplet: 81, 10 and 15. RGB value is (129,16,21). Sum of RGB (Red+Green+Blue) = 129+16+21=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #811015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811015 is #7EEFEA. Grayscale: #323232. Windows color (decimal): -8318955 or 1380481. OLE color: 1380481.

HSL color Cylindrical-coordinate representation of color #811015: hue angle of 357.35º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811015 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 16 21 -
CMYK 0 0.88 0.84 0.49
HSL 357.35º 0.78% 0.28% -
HSV(B) 357.35º 0.88% 0.51% -
XYZ 9.37 5.09 1.2 -
YUV 50.36 111.44 184.09 -
System Red Green Blue C M Y K H S L
Decimal 129 16 21 0 0.88 0.84 0.49 357.35 0.78 0.28
Hex 81 10 15 0 58 54 31 165 4E 1C
Octal 201 20 25 0 130 124 61 545 116 34
Binary 10000001 10000 10101 0 1011000 1010100 110001 101100101 1001110 11100

Color Harmonies of #811015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811015

Black with #811015

Text Example


Text Example

White with #811015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811015; }

 p { color: rgb(129,16,21); }

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

background-color css

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

 a { background-color: rgb(129,16,21); }

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

border-color css

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

 span { border-color: rgb(129,16,21); }

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