Html Css Color HEX #630700 Maroon

📋 copy color: '#630700'

red 99 ◦ green 7 ◦ blue 0

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

Shades of Maroon #630700

Tints of Maroon #630700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.4%
G = 6.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#630700 (or 0x630700) is known color: Maroon. HEX triplet: 63, 07 and 00. RGB value is (99,7,0). Sum of RGB (Red+Green+Blue) = 99+7+0=106 (14% of max value = 765). Red value is 99 (39.06% from 255 or 93.40% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 99 - color contains mainly: red. Hex color #630700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630700 is #9CF8FF. Grayscale: #212121. Windows color (decimal): -10287360 or 1891. OLE color: 1891.

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

Color convert

RGB 99 7 0 -
CMYK 0 0.93 1 0.61
HSL 4.24º 1% 0.19% -
HSV(B) 4.24º 1% 0.39% -
XYZ 5.22 2.8 0.27 -
YUV 33.71 108.98 174.57 -
System Red Green Blue C M Y K H S L
Decimal 99 7 0 0 0.93 1 0.61 4.24 1 0.19
Hex 63 7 0 0 5D 64 3D 4 64 13
Octal 143 7 0 0 135 144 75 4 144 23
Binary 1100011 111 0 0 1011101 1100100 111101 100 1100100 10011

Color Harmonies of #630700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630700

Black with #630700

Text Example


Text Example

White with #630700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630700; }

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

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

background-color css

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

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

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

border-color css

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

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

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