Html Css Color HEX #82090F Sangria

📋 copy color: '#82090F'

red 130 ◦ green 9 ◦ blue 15

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

Shades of Sangria #82090F

Tints of Sangria #82090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.84%

 BLUE value IS 15 (6.25% from 255) = 9.74%

R = 84.42%
G = 5.84%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#82090F (or 0x82090F) is known color: Sangria. HEX triplet: 82, 09 and 0F. RGB value is (130,9,15). Sum of RGB (Red+Green+Blue) = 130+9+15=154 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.42% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 130 - color contains mainly: red. Hex color #82090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82090F is #7DF6F0. Grayscale: #2D2D2D. Windows color (decimal): -8255217 or 985474. OLE color: 985474.

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

Color convert

RGB 130 9 15 -
CMYK 0 0.93 0.88 0.49
HSL 357.02º 0.87% 0.27% -
HSV(B) 357.02º 0.93% 0.51% -
XYZ 9.39 4.98 0.92 -
YUV 45.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 130 9 15 0 0.93 0.88 0.49 357.02 0.87 0.27
Hex 82 9 F 0 5D 58 31 165 57 1B
Octal 202 11 17 0 135 130 61 545 127 33
Binary 10000010 1001 1111 0 1011101 1011000 110001 101100101 1010111 11011

Color Harmonies of #82090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82090F

Black with #82090F

Text Example


Text Example

White with #82090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82090F; }

 p { color: rgb(130,9,15); }

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

background-color css

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

 a { background-color: rgb(130,9,15); }

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

border-color css

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

 span { border-color: rgb(130,9,15); }

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