Html Css Color HEX #730902 Maroon

📋 copy color: '#730902'

red 115 ◦ green 9 ◦ blue 2

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

Shades of Maroon #730902

Tints of Maroon #730902

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.14%

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

R = 91.27%
G = 7.14%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#730902 (or 0x730902) is known color: Maroon. HEX triplet: 73, 09 and 02. RGB value is (115,9,2). Sum of RGB (Red+Green+Blue) = 115+9+2=126 (16% of max value = 765). Red value is 115 (45.31% from 255 or 91.27% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 115 - color contains mainly: red. Hex color #730902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730902 is #8CF6FD. Grayscale: #282828. Windows color (decimal): -9238270 or 133491. OLE color: 133491.

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

Color convert

RGB 115 9 2 -
CMYK 0 0.92 0.98 0.55
HSL 3.72º 0.97% 0.23% -
HSV(B) 3.72º 0.98% 0.45% -
XYZ 7.18 3.84 0.42 -
YUV 39.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 115 9 2 0 0.92 0.98 0.55 3.72 0.97 0.23
Hex 73 9 2 0 5C 62 37 4 61 17
Octal 163 11 2 0 134 142 67 4 141 27
Binary 1110011 1001 10 0 1011100 1100010 110111 100 1100001 10111

Color Harmonies of #730902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730902

Black with #730902

Text Example


Text Example

White with #730902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730902; }

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

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

background-color css

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

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

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

border-color css

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

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

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