Html Css Color HEX #630E01 Maroon

📋 copy color: '#630E01'

red 99 ◦ green 14 ◦ blue 1

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

Shades of Maroon #630E01

Tints of Maroon #630E01

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.28%

 BLUE value IS 1 (0.78% from 255) = 0.88%

R = 86.84%
G = 12.28%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#630E01 (or 0x630E01) is known color: Maroon. HEX triplet: 63, 0E and 01. RGB value is (99,14,1). Sum of RGB (Red+Green+Blue) = 99+14+1=114 (15% of max value = 765). Red value is 99 (39.06% from 255 or 86.84% from 114); Green value is 14 (5.86% from 255 or 12.28% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 99 - color contains mainly: red. Hex color #630E01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630E01 is #9CF1FE. Grayscale: #262626. Windows color (decimal): -10285567 or 69219. OLE color: 69219.

HSL color Cylindrical-coordinate representation of color #630E01: hue angle of 7.96º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630E01 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 14 1 -
CMYK 0 0.86 0.99 0.61
HSL 7.96º 0.98% 0.2% -
HSV(B) 7.96º 0.99% 0.39% -
XYZ 5.31 2.97 0.32 -
YUV 37.93 107.16 171.56 -
System Red Green Blue C M Y K H S L
Decimal 99 14 1 0 0.86 0.99 0.61 7.96 0.98 0.2
Hex 63 E 1 0 56 63 3D 8 62 14
Octal 143 16 1 0 126 143 75 10 142 24
Binary 1100011 1110 1 0 1010110 1100011 111101 1000 1100010 10100

Color Harmonies of #630E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630E01

Black with #630E01

Text Example


Text Example

White with #630E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,14,1); }

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

background-color css

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

 a { background-color: rgb(99,14,1); }

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

border-color css

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

 span { border-color: rgb(99,14,1); }

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