Html Css Color HEX #730C04 Maroon

📋 copy color: '#730C04'

red 115 ◦ green 12 ◦ blue 4

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

Shades of Maroon #730C04

Tints of Maroon #730C04

RGB

 RED value IS 115 (45.31% from 255) = 87.79%

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

 BLUE value IS 4 (1.95% from 255) = 3.05%

R = 87.79%
G = 9.16%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#730C04 (or 0x730C04) is known color: Maroon. HEX triplet: 73, 0C and 04. RGB value is (115,12,4). Sum of RGB (Red+Green+Blue) = 115+12+4=131 (17% of max value = 765). Red value is 115 (45.31% from 255 or 87.79% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 115 - color contains mainly: red. Hex color #730C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730C04 is #8CF3FB. Grayscale: #2A2A2A. Windows color (decimal): -9237500 or 265331. OLE color: 265331.

HSL color Cylindrical-coordinate representation of color #730C04: hue angle of 4.32º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730C04 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 12 4 -
CMYK 0 0.90 0.97 0.55
HSL 4.32º 0.93% 0.23% -
HSV(B) 4.32º 0.97% 0.45% -
XYZ 7.22 3.92 0.49 -
YUV 41.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 115 12 4 0 0.90 0.97 0.55 4.32 0.93 0.23
Hex 73 C 4 0 5A 61 37 4 5D 17
Octal 163 14 4 0 132 141 67 4 135 27
Binary 1110011 1100 100 0 1011010 1100001 110111 100 1011101 10111

Color Harmonies of #730C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730C04

Black with #730C04

Text Example


Text Example

White with #730C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730C04; }

 p { color: rgb(115,12,4); }

 H1.HeaderClassName
 {
   color: #730C04;
 }
 .AnyTagClassName
 {
   color: #730C04;
 }
</style>

background-color css

<style>
 a { background-color: #730C04; }

 a { background-color: rgb(115,12,4); }

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

border-color css

<style>
 span { border-color: #730C04; }

 span { border-color: rgb(115,12,4); }

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