Html Css Color HEX #630705 Maroon

📋 copy color: '#630705'

red 99 ◦ green 7 ◦ blue 5

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

Shades of Maroon #630705

Tints of Maroon #630705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.5%

R = 89.19%
G = 6.31%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#630705 (or 0x630705) is known color: Maroon. HEX triplet: 63, 07 and 05. RGB value is (99,7,5). Sum of RGB (Red+Green+Blue) = 99+7+5=111 (14% of max value = 765). Red value is 99 (39.06% from 255 or 89.19% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 99 - color contains mainly: red. Hex color #630705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630705 is #9CF8FA. Grayscale: #222222. Windows color (decimal): -10287355 or 329571. OLE color: 329571.

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

Color convert

RGB 99 7 5 -
CMYK 0 0.93 0.95 0.61
HSL 1.28º 0.9% 0.2% -
HSV(B) 1.28º 0.95% 0.39% -
XYZ 5.25 2.82 0.41 -
YUV 34.28 111.48 174.16 -
System Red Green Blue C M Y K H S L
Decimal 99 7 5 0 0.93 0.95 0.61 1.28 0.9 0.2
Hex 63 7 5 0 5D 5F 3D 1 5A 14
Octal 143 7 5 0 135 137 75 1 132 24
Binary 1100011 111 101 0 1011101 1011111 111101 1 1011010 10100

Color Harmonies of #630705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630705

Black with #630705

Text Example


Text Example

White with #630705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630705; }

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

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

background-color css

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

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

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

border-color css

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

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

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