Html Css Color HEX #630D02 Maroon

📋 copy color: '#630D02'

red 99 ◦ green 13 ◦ blue 2

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

Shades of Maroon #630D02

Tints of Maroon #630D02

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.4%

 BLUE value IS 2 (1.17% from 255) = 1.75%

R = 86.84%
G = 11.4%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#630D02 (or 0x630D02) is known color: Maroon. HEX triplet: 63, 0D and 02. RGB value is (99,13,2). Sum of RGB (Red+Green+Blue) = 99+13+2=114 (15% of max value = 765). Red value is 99 (39.06% from 255 or 86.84% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 99 - color contains mainly: red. Hex color #630D02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630D02 is #9CF2FD. Grayscale: #252525. Windows color (decimal): -10285822 or 134499. OLE color: 134499.

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

Color convert

RGB 99 13 2 -
CMYK 0 0.87 0.98 0.61
HSL 6.8º 0.96% 0.2% -
HSV(B) 6.8º 0.98% 0.39% -
XYZ 5.3 2.94 0.35 -
YUV 37.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 99 13 2 0 0.87 0.98 0.61 6.8 0.96 0.2
Hex 63 D 2 0 57 62 3D 7 60 14
Octal 143 15 2 0 127 142 75 7 140 24
Binary 1100011 1101 10 0 1010111 1100010 111101 111 1100000 10100

Color Harmonies of #630D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630D02

Black with #630D02

Text Example


Text Example

White with #630D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,13,2); }

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

background-color css

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

 a { background-color: rgb(99,13,2); }

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

border-color css

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

 span { border-color: rgb(99,13,2); }

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