Html Css Color HEX #630504 Maroon

📋 copy color: '#630504'

red 99 ◦ green 5 ◦ blue 4

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

Shades of Maroon #630504

Tints of Maroon #630504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.7%

R = 91.67%
G = 4.63%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#630504 (or 0x630504) is known color: Maroon. HEX triplet: 63, 05 and 04. RGB value is (99,5,4). Sum of RGB (Red+Green+Blue) = 99+5+4=108 (14% of max value = 765). Red value is 99 (39.06% from 255 or 91.67% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 99 - color contains mainly: red. Hex color #630504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630504 is #9CFAFB. Grayscale: #212121. Windows color (decimal): -10287868 or 263523. OLE color: 263523.

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

Color convert

RGB 99 5 4 -
CMYK 0 0.95 0.96 0.61
HSL 0.63º 0.92% 0.2% -
HSV(B) 0.63º 0.96% 0.39% -
XYZ 5.22 2.77 0.37 -
YUV 32.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 99 5 4 0 0.95 0.96 0.61 0.63 0.92 0.2
Hex 63 5 4 0 5F 60 3D 1 5C 14
Octal 143 5 4 0 137 140 75 1 134 24
Binary 1100011 101 100 0 1011111 1100000 111101 1 1011100 10100

Color Harmonies of #630504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630504

Black with #630504

Text Example


Text Example

White with #630504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630504; }

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

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

background-color css

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

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

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

border-color css

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

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

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