Html Css Color HEX #730B00 Maroon

📋 copy color: '#730B00'

red 115 ◦ green 11 ◦ blue 0

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

Shades of Maroon #730B00

Tints of Maroon #730B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.27%
G = 8.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#730B00 (or 0x730B00) is known color: Maroon. HEX triplet: 73, 0B and 00. RGB value is (115,11,0). Sum of RGB (Red+Green+Blue) = 115+11+0=126 (16% of max value = 765). Red value is 115 (45.31% from 255 or 91.27% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 115 - color contains mainly: red. Hex color #730B00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730B00 is #8CF4FF. Grayscale: #282828. Windows color (decimal): -9237760 or 2931. OLE color: 2931.

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

Color convert

RGB 115 11 0 -
CMYK 0 0.90 1 0.55
HSL 5.74º 1% 0.23% -
HSV(B) 5.74º 1% 0.45% -
XYZ 7.19 3.88 0.37 -
YUV 40.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 115 11 0 0 0.90 1 0.55 5.74 1 0.23
Hex 73 B 0 0 5A 64 37 6 64 17
Octal 163 13 0 0 132 144 67 6 144 27
Binary 1110011 1011 0 0 1011010 1100100 110111 110 1100100 10111

Color Harmonies of #730B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B00

Black with #730B00

Text Example


Text Example

White with #730B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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