Html Css Color HEX #630800 Maroon

📋 copy color: '#630800'

red 99 ◦ green 8 ◦ blue 0

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

Shades of Maroon #630800

Tints of Maroon #630800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.48%

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

R = 92.52%
G = 7.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#630800 (or 0x630800) is known color: Maroon. HEX triplet: 63, 08 and 00. RGB value is (99,8,0). Sum of RGB (Red+Green+Blue) = 99+8+0=107 (14% of max value = 765). Red value is 99 (39.06% from 255 or 92.52% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 99 - color contains mainly: red. Hex color #630800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630800 is #9CF7FF. Grayscale: #222222. Windows color (decimal): -10287104 or 2147. OLE color: 2147.

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

Color convert

RGB 99 8 0 -
CMYK 0 0.92 1 0.61
HSL 4.85º 1% 0.19% -
HSV(B) 4.85º 1% 0.39% -
XYZ 5.23 2.83 0.27 -
YUV 34.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 99 8 0 0 0.92 1 0.61 4.85 1 0.19
Hex 63 8 0 0 5C 64 3D 5 64 13
Octal 143 10 0 0 134 144 75 5 144 23
Binary 1100011 1000 0 0 1011100 1100100 111101 101 1100100 10011

Color Harmonies of #630800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630800

Black with #630800

Text Example


Text Example

White with #630800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630800; }

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

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

background-color css

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

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

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

border-color css

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

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

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