Html Css Color HEX #730B03 Maroon

📋 copy color: '#730B03'

red 115 ◦ green 11 ◦ blue 3

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

Shades of Maroon #730B03

Tints of Maroon #730B03

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.53%

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

R = 89.15%
G = 8.53%
B = 2.33%

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

#730B03 (or 0x730B03) is known color: Maroon. HEX triplet: 73, 0B and 03. RGB value is (115,11,3). Sum of RGB (Red+Green+Blue) = 115+11+3=129 (17% of max value = 765). Red value is 115 (45.31% from 255 or 89.15% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 115 - color contains mainly: red. Hex color #730B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730B03 is #8CF4FC. Grayscale: #292929. Windows color (decimal): -9237757 or 199539. OLE color: 199539.

HSL color Cylindrical-coordinate representation of color #730B03: hue angle of 4.29º degrees, saturation: 0.95, 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 #730B03 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 11 3 -
CMYK 0 0.90 0.97 0.55
HSL 4.29º 0.95% 0.23% -
HSV(B) 4.29º 0.97% 0.45% -
XYZ 7.21 3.89 0.46 -
YUV 41.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 115 11 3 0 0.90 0.97 0.55 4.29 0.95 0.23
Hex 73 B 3 0 5A 61 37 4 5F 17
Octal 163 13 3 0 132 141 67 4 137 27
Binary 1110011 1011 11 0 1011010 1100001 110111 100 1011111 10111

Color Harmonies of #730B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B03

Black with #730B03

Text Example


Text Example

White with #730B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,11,3); }

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

background-color css

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

 a { background-color: rgb(115,11,3); }

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

border-color css

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

 span { border-color: rgb(115,11,3); }

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