Html Css Color HEX #630403 Maroon

📋 copy color: '#630403'

red 99 ◦ green 4 ◦ blue 3

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

Shades of Maroon #630403

Tints of Maroon #630403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.77%

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

R = 93.4%
G = 3.77%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#630403 (or 0x630403) is known color: Maroon. HEX triplet: 63, 04 and 03. RGB value is (99,4,3). Sum of RGB (Red+Green+Blue) = 99+4+3=106 (14% of max value = 765). Red value is 99 (39.06% from 255 or 93.40% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 99 - color contains mainly: red. Hex color #630403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630403 is #9CFBFC. Grayscale: #202020. Windows color (decimal): -10288125 or 197731. OLE color: 197731.

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

Color convert

RGB 99 4 3 -
CMYK 0 0.96 0.97 0.61
HSL 0.63º 0.94% 0.2% -
HSV(B) 0.63º 0.97% 0.39% -
XYZ 5.21 2.75 0.34 -
YUV 32.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 99 4 3 0 0.96 0.97 0.61 0.63 0.94 0.2
Hex 63 4 3 0 60 61 3D 1 5E 14
Octal 143 4 3 0 140 141 75 1 136 24
Binary 1100011 100 11 0 1100000 1100001 111101 1 1011110 10100

Color Harmonies of #630403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630403

Black with #630403

Text Example


Text Example

White with #630403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630403; }

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

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

background-color css

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

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

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

border-color css

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

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

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