Html Css Color HEX #630303 Maroon

📋 copy color: '#630303'

red 99 ◦ green 3 ◦ blue 3

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

Shades of Maroon #630303

Tints of Maroon #630303

RGB

 RED value IS 99 (39.06% from 255) = 94.29%

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

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

R = 94.29%
G = 2.86%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#630303 (or 0x630303) is known color: Maroon. HEX triplet: 63, 03 and 03. RGB value is (99,3,3). Sum of RGB (Red+Green+Blue) = 99+3+3=105 (13% of max value = 765). Red value is 99 (39.06% from 255 or 94.29% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 99 - color contains mainly: red. Hex color #630303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630303 is #9CFCFC. Grayscale: #1F1F1F. Windows color (decimal): -10288381 or 197475. OLE color: 197475.

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

Color convert

RGB 99 3 3 -
CMYK 0 0.97 0.97 0.61
HSL 0.94% 0.2% -
HSV(B) 0.97% 0.39% -
XYZ 5.19 2.72 0.34 -
YUV 31.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 99 3 3 0 0.97 0.97 0.61 0 0.94 0.2
Hex 63 3 3 0 61 61 3D 0 5E 14
Octal 143 3 3 0 141 141 75 0 136 24
Binary 1100011 11 11 0 1100001 1100001 111101 0 1011110 10100

Color Harmonies of #630303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630303

Black with #630303

Text Example


Text Example

White with #630303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630303; }

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

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

background-color css

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

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

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

border-color css

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

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

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