Html Css Color HEX #620904 Maroon

📋 copy color: '#620904'

red 98 ◦ green 9 ◦ blue 4

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

Shades of Maroon #620904

Tints of Maroon #620904

RGB

 RED value IS 98 (38.67% from 255) = 88.29%

 GREEN value IS 9 (3.91% from 255) = 8.11%

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

R = 88.29%
G = 8.11%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#620904 (or 0x620904) is known color: Maroon. HEX triplet: 62, 09 and 04. RGB value is (98,9,4). Sum of RGB (Red+Green+Blue) = 98+9+4=111 (14% of max value = 765). Red value is 98 (38.67% from 255 or 88.29% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 98 - color contains mainly: red. Hex color #620904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620904 is #9DF6FB. Grayscale: #232323. Windows color (decimal): -10352380 or 264546. OLE color: 264546.

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

Color convert

RGB 98 9 4 -
CMYK 0 0.91 0.96 0.62
HSL 3.19º 0.92% 0.2% -
HSV(B) 3.19º 0.96% 0.38% -
XYZ 5.16 2.8 0.38 -
YUV 35.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 98 9 4 0 0.91 0.96 0.62 3.19 0.92 0.2
Hex 62 9 4 0 5B 60 3E 3 5C 14
Octal 142 11 4 0 133 140 76 3 134 24
Binary 1100010 1001 100 0 1011011 1100000 111110 11 1011100 10100

Color Harmonies of #620904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620904

Black with #620904

Text Example


Text Example

White with #620904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620904; }

 p { color: rgb(98,9,4); }

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

background-color css

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

 a { background-color: rgb(98,9,4); }

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

border-color css

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

 span { border-color: rgb(98,9,4); }

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