Html Css Color HEX #630F00 Maroon

📋 copy color: '#630F00'

red 99 ◦ green 15 ◦ blue 0

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

Shades of Maroon #630F00

Tints of Maroon #630F00

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.16%

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

R = 86.84%
G = 13.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#630F00 (or 0x630F00) is known color: Maroon. HEX triplet: 63, 0F and 00. RGB value is (99,15,0). Sum of RGB (Red+Green+Blue) = 99+15+0=114 (15% of max value = 765). Red value is 99 (39.06% from 255 or 86.84% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 99 - color contains mainly: red. Hex color #630F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630F00 is #9CF0FF. Grayscale: #262626. Windows color (decimal): -10285312 or 3939. OLE color: 3939.

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

Color convert

RGB 99 15 0 -
CMYK 0 0.85 1 0.61
HSL 9.09º 1% 0.19% -
HSV(B) 9.09º 1% 0.39% -
XYZ 5.32 2.99 0.3 -
YUV 38.41 106.33 171.22 -
System Red Green Blue C M Y K H S L
Decimal 99 15 0 0 0.85 1 0.61 9.09 1 0.19
Hex 63 F 0 0 55 64 3D 9 64 13
Octal 143 17 0 0 125 144 75 11 144 23
Binary 1100011 1111 0 0 1010101 1100100 111101 1001 1100100 10011

Color Harmonies of #630F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630F00

Black with #630F00

Text Example


Text Example

White with #630F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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