Html Css Color HEX #660303 Maroon

📋 copy color: '#660303'

red 102 ◦ green 3 ◦ blue 3

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

Shades of Maroon #660303

Tints of Maroon #660303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.78%

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

R = 94.44%
G = 2.78%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.6

RGB Variations

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

Color information

#660303 (or 0x660303) is known color: Maroon. HEX triplet: 66, 03 and 03. RGB value is (102,3,3). Sum of RGB (Red+Green+Blue) = 102+3+3=108 (14% of max value = 765). Red value is 102 (40.23% from 255 or 94.44% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 102 - color contains mainly: red. Hex color #660303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660303 is #99FCFC. Grayscale: #202020. Windows color (decimal): -10091773 or 197478. OLE color: 197478.

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

Color convert

RGB 102 3 3 -
CMYK 0 0.97 0.97 0.6
HSL 0.94% 0.21% -
HSV(B) 0.97% 0.4% -
XYZ 5.53 2.9 0.35 -
YUV 32.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 102 3 3 0 0.97 0.97 0.6 0 0.94 0.21
Hex 66 3 3 0 61 61 3C 0 5E 15
Octal 146 3 3 0 141 141 74 0 136 25
Binary 1100110 11 11 0 1100001 1100001 111100 0 1011110 10101

Color Harmonies of #660303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660303

Black with #660303

Text Example


Text Example

White with #660303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660303; }

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

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

background-color css

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

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

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

border-color css

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

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

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