Html Css Color HEX #82050C Sangria

📋 copy color: '#82050C'

red 130 ◦ green 5 ◦ blue 12

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

Shades of Sangria #82050C

Tints of Sangria #82050C

RGB

 RED value IS 130 (51.17% from 255) = 88.44%

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

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

R = 88.44%
G = 3.4%
B = 8.16%

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

#82050C (or 0x82050C) is known color: Sangria. HEX triplet: 82, 05 and 0C. RGB value is (130,5,12). Sum of RGB (Red+Green+Blue) = 130+5+12=147 (19% of max value = 765). Red value is 130 (51.17% from 255 or 88.44% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 130 - color contains mainly: red. Hex color #82050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82050C is #7DFAF3. Grayscale: #2B2B2B. Windows color (decimal): -8256244 or 787842. OLE color: 787842.

HSL color Cylindrical-coordinate representation of color #82050C: hue angle of 356.64º 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 #82050C is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 5 12 -
CMYK 0 0.96 0.91 0.49
HSL 356.64º 0.93% 0.26% -
HSV(B) 356.64º 0.96% 0.51% -
XYZ 9.33 4.88 0.8 -
YUV 43.17 110.41 189.93 -
System Red Green Blue C M Y K H S L
Decimal 130 5 12 0 0.96 0.91 0.49 356.64 0.93 0.26
Hex 82 5 C 0 60 5B 31 165 5D 1A
Octal 202 5 14 0 140 133 61 545 135 32
Binary 10000010 101 1100 0 1100000 1011011 110001 101100101 1011101 11010

Color Harmonies of #82050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82050C

Black with #82050C

Text Example


Text Example

White with #82050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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