Html Css Color HEX #81050C Sangria

📋 copy color: '#81050C'

red 129 ◦ green 5 ◦ blue 12

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

Shades of Sangria #81050C

Tints of Sangria #81050C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.22%

R = 88.36%
G = 3.42%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#81050C (or 0x81050C) is known color: Sangria. HEX triplet: 81, 05 and 0C. RGB value is (129,5,12). Sum of RGB (Red+Green+Blue) = 129+5+12=146 (19% of max value = 765). Red value is 129 (50.78% from 255 or 88.36% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 129 - color contains mainly: red. Hex color #81050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81050C is #7EFAF3. Grayscale: #2A2A2A. Windows color (decimal): -8321780 or 787841. OLE color: 787841.

HSL color Cylindrical-coordinate representation of color #81050C: hue angle of 356.61º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81050C is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 5 12 -
CMYK 0 0.96 0.91 0.49
HSL 356.61º 0.93% 0.26% -
HSV(B) 356.61º 0.96% 0.51% -
XYZ 9.17 4.8 0.79 -
YUV 42.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 129 5 12 0 0.96 0.91 0.49 356.61 0.93 0.26
Hex 81 5 C 0 60 5B 31 165 5D 1A
Octal 201 5 14 0 140 133 61 545 135 32
Binary 10000001 101 1100 0 1100000 1011011 110001 101100101 1011101 11010

Color Harmonies of #81050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81050C

Black with #81050C

Text Example


Text Example

White with #81050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81050C; }

 p { color: rgb(129,5,12); }

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

background-color css

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

 a { background-color: rgb(129,5,12); }

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

border-color css

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

 span { border-color: rgb(129,5,12); }

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