Html Css Color HEX #820C07 Maroon

📋 copy color: '#820C07'

red 130 ◦ green 12 ◦ blue 7

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

Shades of Maroon #820C07

Tints of Maroon #820C07

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.05%

 BLUE value IS 7 (3.13% from 255) = 4.7%

R = 87.25%
G = 8.05%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#820C07 (or 0x820C07) is known color: Maroon. HEX triplet: 82, 0C and 07. RGB value is (130,12,7). Sum of RGB (Red+Green+Blue) = 130+12+7=149 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.25% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 130 - color contains mainly: red. Hex color #820C07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820C07 is #7DF3F8. Grayscale: #2E2E2E. Windows color (decimal): -8254457 or 461954. OLE color: 461954.

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

Color convert

RGB 130 12 7 -
CMYK 0 0.91 0.95 0.49
HSL 2.44º 0.9% 0.27% -
HSV(B) 2.44º 0.95% 0.51% -
XYZ 9.38 5.02 0.68 -
YUV 46.71 105.59 187.41 -
System Red Green Blue C M Y K H S L
Decimal 130 12 7 0 0.91 0.95 0.49 2.44 0.9 0.27
Hex 82 C 7 0 5B 5F 31 2 5A 1B
Octal 202 14 7 0 133 137 61 2 132 33
Binary 10000010 1100 111 0 1011011 1011111 110001 10 1011010 11011

Color Harmonies of #820C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820C07

Black with #820C07

Text Example


Text Example

White with #820C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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