Html Css Color HEX #730D02 Maroon

📋 copy color: '#730D02'

red 115 ◦ green 13 ◦ blue 2

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

Shades of Maroon #730D02

Tints of Maroon #730D02

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10%

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

R = 88.46%
G = 10%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#730D02 (or 0x730D02) is known color: Maroon. HEX triplet: 73, 0D and 02. RGB value is (115,13,2). Sum of RGB (Red+Green+Blue) = 115+13+2=130 (17% of max value = 765). Red value is 115 (45.31% from 255 or 88.46% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 115 - color contains mainly: red. Hex color #730D02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730D02 is #8CF2FD. Grayscale: #2A2A2A. Windows color (decimal): -9237246 or 134515. OLE color: 134515.

HSL color Cylindrical-coordinate representation of color #730D02: hue angle of 5.84º 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 #730D02 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 13 2 -
CMYK 0 0.89 0.98 0.55
HSL 5.84º 0.97% 0.23% -
HSV(B) 5.84º 0.98% 0.45% -
XYZ 7.23 3.94 0.44 -
YUV 42.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 115 13 2 0 0.89 0.98 0.55 5.84 0.97 0.23
Hex 73 D 2 0 59 62 37 6 61 17
Octal 163 15 2 0 131 142 67 6 141 27
Binary 1110011 1101 10 0 1011001 1100010 110111 110 1100001 10111

Color Harmonies of #730D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730D02

Black with #730D02

Text Example


Text Example

White with #730D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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