Html Css Color HEX #82060C Sangria

📋 copy color: '#82060C'

red 130 ◦ green 6 ◦ blue 12

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

Shades of Sangria #82060C

Tints of Sangria #82060C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.05%

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

R = 87.84%
G = 4.05%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82060C (or 0x82060C) is known color: Sangria. HEX triplet: 82, 06 and 0C. RGB value is (130,6,12). Sum of RGB (Red+Green+Blue) = 130+6+12=148 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.84% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 130 - color contains mainly: red. Hex color #82060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82060C is #7DF9F3. Grayscale: #2B2B2B. Windows color (decimal): -8255988 or 788098. OLE color: 788098.

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

Color convert

RGB 130 6 12 -
CMYK 0 0.95 0.91 0.49
HSL 357.1º 0.91% 0.27% -
HSV(B) 357.1º 0.95% 0.51% -
XYZ 9.34 4.9 0.8 -
YUV 43.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 130 6 12 0 0.95 0.91 0.49 357.1 0.91 0.27
Hex 82 6 C 0 5F 5B 31 165 5B 1B
Octal 202 6 14 0 137 133 61 545 133 33
Binary 10000010 110 1100 0 1011111 1011011 110001 101100101 1011011 11011

Color Harmonies of #82060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82060C

Black with #82060C

Text Example


Text Example

White with #82060C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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