Html Css Color HEX #730C02 Maroon

📋 copy color: '#730C02'

red 115 ◦ green 12 ◦ blue 2

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

Shades of Maroon #730C02

Tints of Maroon #730C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.55%

R = 89.15%
G = 9.3%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#730C02 (or 0x730C02) is known color: Maroon. HEX triplet: 73, 0C and 02. RGB value is (115,12,2). Sum of RGB (Red+Green+Blue) = 115+12+2=129 (17% of max value = 765). Red value is 115 (45.31% from 255 or 89.15% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 115 - color contains mainly: red. Hex color #730C02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730C02 is #8CF3FD. Grayscale: #292929. Windows color (decimal): -9237502 or 134259. OLE color: 134259.

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

Color convert

RGB 115 12 2 -
CMYK 0 0.90 0.98 0.55
HSL 5.31º 0.97% 0.23% -
HSV(B) 5.31º 0.98% 0.45% -
XYZ 7.21 3.91 0.43 -
YUV 41.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 115 12 2 0 0.90 0.98 0.55 5.31 0.97 0.23
Hex 73 C 2 0 5A 62 37 5 61 17
Octal 163 14 2 0 132 142 67 5 141 27
Binary 1110011 1100 10 0 1011010 1100010 110111 101 1100001 10111

Color Harmonies of #730C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730C02

Black with #730C02

Text Example


Text Example

White with #730C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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