Html Css Color HEX #730601 Maroon

📋 copy color: '#730601'

red 115 ◦ green 6 ◦ blue 1

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

Shades of Maroon #730601

Tints of Maroon #730601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.92%

 BLUE value IS 1 (0.78% from 255) = 0.82%

R = 94.26%
G = 4.92%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#730601 (or 0x730601) is known color: Maroon. HEX triplet: 73, 06 and 01. RGB value is (115,6,1). Sum of RGB (Red+Green+Blue) = 115+6+1=122 (16% of max value = 765). Red value is 115 (45.31% from 255 or 94.26% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 115 - color contains mainly: red. Hex color #730601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730601 is #8CF9FE. Grayscale: #262626. Windows color (decimal): -9239039 or 67187. OLE color: 67187.

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

Color convert

RGB 115 6 1 -
CMYK 0 0.95 0.99 0.55
HSL 2.63º 0.98% 0.23% -
HSV(B) 2.63º 0.99% 0.45% -
XYZ 7.14 3.78 0.38 -
YUV 38.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 115 6 1 0 0.95 0.99 0.55 2.63 0.98 0.23
Hex 73 6 1 0 5F 63 37 3 62 17
Octal 163 6 1 0 137 143 67 3 142 27
Binary 1110011 110 1 0 1011111 1100011 110111 11 1100010 10111

Color Harmonies of #730601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730601

Black with #730601

Text Example


Text Example

White with #730601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730601; }

 p { color: rgb(115,6,1); }

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

background-color css

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

 a { background-color: rgb(115,6,1); }

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

border-color css

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

 span { border-color: rgb(115,6,1); }

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