Html Css Color HEX #820F03 Maroon

📋 copy color: '#820F03'

red 130 ◦ green 15 ◦ blue 3

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

Shades of Maroon #820F03

Tints of Maroon #820F03

RGB

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

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

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

R = 87.84%
G = 10.14%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#820F03 (or 0x820F03) is known color: Maroon. HEX triplet: 82, 0F and 03. RGB value is (130,15,3). Sum of RGB (Red+Green+Blue) = 130+15+3=148 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.84% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 130 - color contains mainly: red. Hex color #820F03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820F03 is #7DF0FC. Grayscale: #303030. Windows color (decimal): -8253693 or 200578. OLE color: 200578.

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

Color convert

RGB 130 15 3 -
CMYK 0 0.88 0.98 0.49
HSL 5.67º 0.95% 0.26% -
HSV(B) 5.67º 0.98% 0.51% -
XYZ 9.39 5.09 0.57 -
YUV 48.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 130 15 3 0 0.88 0.98 0.49 5.67 0.95 0.26
Hex 82 F 3 0 58 62 31 6 5F 1A
Octal 202 17 3 0 130 142 61 6 137 32
Binary 10000010 1111 11 0 1011000 1100010 110001 110 1011111 11010

Color Harmonies of #820F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820F03

Black with #820F03

Text Example


Text Example

White with #820F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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