Html Css Color HEX #82030C Sangria

📋 copy color: '#82030C'

red 130 ◦ green 3 ◦ blue 12

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

Shades of Sangria #82030C

Tints of Sangria #82030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.07%

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

R = 89.66%
G = 2.07%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82030C (or 0x82030C) is known color: Sangria. HEX triplet: 82, 03 and 0C. RGB value is (130,3,12). Sum of RGB (Red+Green+Blue) = 130+3+12=145 (19% of max value = 765). Red value is 130 (51.17% from 255 or 89.66% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 130 - color contains mainly: red. Hex color #82030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82030C is #7DFCF3. Grayscale: #2A2A2A. Windows color (decimal): -8256756 or 787330. OLE color: 787330.

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

Color convert

RGB 130 3 12 -
CMYK 0 0.98 0.91 0.49
HSL 355.75º 0.95% 0.26% -
HSV(B) 355.75º 0.98% 0.51% -
XYZ 9.3 4.84 0.79 -
YUV 42 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 130 3 12 0 0.98 0.91 0.49 355.75 0.95 0.26
Hex 82 3 C 0 62 5B 31 164 5F 1A
Octal 202 3 14 0 142 133 61 544 137 32
Binary 10000010 11 1100 0 1100010 1011011 110001 101100100 1011111 11010

Color Harmonies of #82030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82030C

Black with #82030C

Text Example


Text Example

White with #82030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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