Html Css Color HEX #82080A Sangria

📋 copy color: '#82080A'

red 130 ◦ green 8 ◦ blue 10

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

Shades of Sangria #82080A

Tints of Sangria #82080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.76%

R = 87.84%
G = 5.41%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82080A (or 0x82080A) is known color: Sangria. HEX triplet: 82, 08 and 0A. RGB value is (130,8,10). Sum of RGB (Red+Green+Blue) = 130+8+10=148 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.84% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 130 - color contains mainly: red. Hex color #82080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82080A is #7DF7F5. Grayscale: #2C2C2C. Windows color (decimal): -8255478 or 657538. OLE color: 657538.

HSL color Cylindrical-coordinate representation of color #82080A: hue angle of 359.02º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82080A is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 8 10 -
CMYK 0 0.94 0.92 0.49
HSL 359.02º 0.88% 0.27% -
HSV(B) 359.02º 0.94% 0.51% -
XYZ 9.35 4.94 0.75 -
YUV 44.71 108.42 188.84 -
System Red Green Blue C M Y K H S L
Decimal 130 8 10 0 0.94 0.92 0.49 359.02 0.88 0.27
Hex 82 8 A 0 5E 5C 31 167 58 1B
Octal 202 10 12 0 136 134 61 547 130 33
Binary 10000010 1000 1010 0 1011110 1011100 110001 101100111 1011000 11011

Color Harmonies of #82080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82080A

Black with #82080A

Text Example


Text Example

White with #82080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82080A; }

 p { color: rgb(130,8,10); }

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

background-color css

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

 a { background-color: rgb(130,8,10); }

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

border-color css

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

 span { border-color: rgb(130,8,10); }

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