Html Css Color HEX #820F10 Sangria

📋 copy color: '#820F10'

red 130 ◦ green 15 ◦ blue 16

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

Shades of Sangria #820F10

Tints of Sangria #820F10

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.32%

 BLUE value IS 16 (6.64% from 255) = 9.94%

R = 80.75%
G = 9.32%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#820F10 (or 0x820F10) is known color: Sangria. HEX triplet: 82, 0F and 10. RGB value is (130,15,16). Sum of RGB (Red+Green+Blue) = 130+15+16=161 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.75% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 130 - color contains mainly: red. Hex color #820F10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820F10 is #7DF0EF. Grayscale: #313131. Windows color (decimal): -8253680 or 1052546. OLE color: 1052546.

HSL color Cylindrical-coordinate representation of color #820F10: hue angle of 359.48º degrees, saturation: 0.79, 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 #820F10 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 15 16 -
CMYK 0 0.88 0.88 0.49
HSL 359.48º 0.79% 0.28% -
HSV(B) 359.48º 0.88% 0.51% -
XYZ 9.47 5.12 0.98 -
YUV 49.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 130 15 16 0 0.88 0.88 0.49 359.48 0.79 0.28
Hex 82 F 10 0 58 58 31 167 4F 1C
Octal 202 17 20 0 130 130 61 547 117 34
Binary 10000010 1111 10000 0 1011000 1011000 110001 101100111 1001111 11100

Color Harmonies of #820F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820F10

Black with #820F10

Text Example


Text Example

White with #820F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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