Html Css Color HEX #630703 Maroon

📋 copy color: '#630703'

red 99 ◦ green 7 ◦ blue 3

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

Shades of Maroon #630703

Tints of Maroon #630703

RGB

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

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

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

R = 90.83%
G = 6.42%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#630703 (or 0x630703) is known color: Maroon. HEX triplet: 63, 07 and 03. RGB value is (99,7,3). Sum of RGB (Red+Green+Blue) = 99+7+3=109 (14% of max value = 765). Red value is 99 (39.06% from 255 or 90.83% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 99 - color contains mainly: red. Hex color #630703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630703 is #9CF8FC. Grayscale: #222222. Windows color (decimal): -10287357 or 198499. OLE color: 198499.

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

Color convert

RGB 99 7 3 -
CMYK 0 0.93 0.97 0.61
HSL 2.5º 0.94% 0.2% -
HSV(B) 2.5º 0.97% 0.39% -
XYZ 5.24 2.81 0.35 -
YUV 34.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 99 7 3 0 0.93 0.97 0.61 2.5 0.94 0.2
Hex 63 7 3 0 5D 61 3D 2 5E 14
Octal 143 7 3 0 135 141 75 2 136 24
Binary 1100011 111 11 0 1011101 1100001 111101 10 1011110 10100

Color Harmonies of #630703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630703

Black with #630703

Text Example


Text Example

White with #630703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630703; }

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

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

background-color css

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

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

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

border-color css

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

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

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