Html Css Color HEX #600703 Maroon

📋 copy color: '#600703'

red 96 ◦ green 7 ◦ blue 3

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

Shades of Maroon #600703

Tints of Maroon #600703

RGB

 RED value IS 96 (37.89% from 255) = 90.57%

 GREEN value IS 7 (3.13% from 255) = 6.6%

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

R = 90.57%
G = 6.6%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#600703 (or 0x600703) is known color: Maroon. HEX triplet: 60, 07 and 03. RGB value is (96,7,3). Sum of RGB (Red+Green+Blue) = 96+7+3=106 (14% of max value = 765). Red value is 96 (37.89% from 255 or 90.57% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 96 - color contains mainly: red. Hex color #600703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600703 is #9FF8FC. Grayscale: #212121. Windows color (decimal): -10483965 or 198496. OLE color: 198496.

HSL color Cylindrical-coordinate representation of color #600703: hue angle of 2.58º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600703 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 7 3 -
CMYK 0 0.93 0.97 0.62
HSL 2.58º 0.94% 0.19% -
HSV(B) 2.58º 0.97% 0.38% -
XYZ 4.92 2.65 0.34 -
YUV 33.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 96 7 3 0 0.93 0.97 0.62 2.58 0.94 0.19
Hex 60 7 3 0 5D 61 3E 3 5E 13
Octal 140 7 3 0 135 141 76 3 136 23
Binary 1100000 111 11 0 1011101 1100001 111110 11 1011110 10011

Color Harmonies of #600703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600703

Black with #600703

Text Example


Text Example

White with #600703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600703; }

 p { color: rgb(96,7,3); }

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

background-color css

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

 a { background-color: rgb(96,7,3); }

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

border-color css

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

 span { border-color: rgb(96,7,3); }

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