Html Css Color HEX #630502 Maroon

📋 copy color: '#630502'

red 99 ◦ green 5 ◦ blue 2

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

Shades of Maroon #630502

Tints of Maroon #630502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.72%

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

R = 93.4%
G = 4.72%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#630502 (or 0x630502) is known color: Maroon. HEX triplet: 63, 05 and 02. RGB value is (99,5,2). Sum of RGB (Red+Green+Blue) = 99+5+2=106 (14% of max value = 765). Red value is 99 (39.06% from 255 or 93.40% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 99 - color contains mainly: red. Hex color #630502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630502 is #9CFAFD. Grayscale: #202020. Windows color (decimal): -10287870 or 132451. OLE color: 132451.

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

Color convert

RGB 99 5 2 -
CMYK 0 0.95 0.98 0.61
HSL 1.86º 0.96% 0.2% -
HSV(B) 1.86º 0.98% 0.39% -
XYZ 5.21 2.77 0.32 -
YUV 32.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 99 5 2 0 0.95 0.98 0.61 1.86 0.96 0.2
Hex 63 5 2 0 5F 62 3D 2 60 14
Octal 143 5 2 0 137 142 75 2 140 24
Binary 1100011 101 10 0 1011111 1100010 111101 10 1100000 10100

Color Harmonies of #630502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630502

Black with #630502

Text Example


Text Example

White with #630502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630502; }

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

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

background-color css

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

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

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

border-color css

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

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

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