Html Css Color HEX #820C03 Maroon

📋 copy color: '#820C03'

red 130 ◦ green 12 ◦ blue 3

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

Shades of Maroon #820C03

Tints of Maroon #820C03

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

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

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

Color convert

RGB 130 12 3 -
CMYK 0 0.91 0.98 0.49
HSL 4.25º 0.95% 0.26% -
HSV(B) 4.25º 0.98% 0.51% -
XYZ 9.35 5.02 0.56 -
YUV 46.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 130 12 3 0 0.91 0.98 0.49 4.25 0.95 0.26
Hex 82 C 3 0 5B 62 31 4 5F 1A
Octal 202 14 3 0 133 142 61 4 137 32
Binary 10000010 1100 11 0 1011011 1100010 110001 100 1011111 11010

Color Harmonies of #820C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820C03

Black with #820C03

Text Example


Text Example

White with #820C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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