Html Css Color HEX #660703 Maroon

📋 copy color: '#660703'

red 102 ◦ green 7 ◦ blue 3

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

Shades of Maroon #660703

Tints of Maroon #660703

RGB

 RED value IS 102 (40.23% from 255) = 91.07%

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

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

R = 91.07%
G = 6.25%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.6

RGB Variations

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

Color information

#660703 (or 0x660703) is known color: Maroon. HEX triplet: 66, 07 and 03. RGB value is (102,7,3). Sum of RGB (Red+Green+Blue) = 102+7+3=112 (14% of max value = 765). Red value is 102 (40.23% from 255 or 91.07% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 102 - color contains mainly: red. Hex color #660703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660703 is #99F8FC. Grayscale: #232323. Windows color (decimal): -10090749 or 198502. OLE color: 198502.

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

Color convert

RGB 102 7 3 -
CMYK 0 0.93 0.97 0.6
HSL 2.42º 0.94% 0.21% -
HSV(B) 2.42º 0.97% 0.4% -
XYZ 5.57 2.98 0.37 -
YUV 34.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 102 7 3 0 0.93 0.97 0.6 2.42 0.94 0.21
Hex 66 7 3 0 5D 61 3C 2 5E 15
Octal 146 7 3 0 135 141 74 2 136 25
Binary 1100110 111 11 0 1011101 1100001 111100 10 1011110 10101

Color Harmonies of #660703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660703

Black with #660703

Text Example


Text Example

White with #660703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660703; }

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

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

background-color css

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

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

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

border-color css

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

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

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