Html Css Color HEX #620A05 Maroon

📋 copy color: '#620A05'

red 98 ◦ green 10 ◦ blue 5

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

Shades of Maroon #620A05

Tints of Maroon #620A05

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.85%

 BLUE value IS 5 (2.34% from 255) = 4.42%

R = 86.73%
G = 8.85%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#620A05 (or 0x620A05) is known color: Maroon. HEX triplet: 62, 0A and 05. RGB value is (98,10,5). Sum of RGB (Red+Green+Blue) = 98+10+5=113 (14% of max value = 765). Red value is 98 (38.67% from 255 or 86.73% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 98 - color contains mainly: red. Hex color #620A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620A05 is #9DF5FA. Grayscale: #232323. Windows color (decimal): -10352123 or 330338. OLE color: 330338.

HSL color Cylindrical-coordinate representation of color #620A05: hue angle of 3.23º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620A05 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 10 5 -
CMYK 0 0.90 0.95 0.62
HSL 3.23º 0.9% 0.2% -
HSV(B) 3.23º 0.95% 0.38% -
XYZ 5.17 2.82 0.42 -
YUV 35.74 110.65 172.41 -
System Red Green Blue C M Y K H S L
Decimal 98 10 5 0 0.90 0.95 0.62 3.23 0.9 0.2
Hex 62 A 5 0 5A 5F 3E 3 5A 14
Octal 142 12 5 0 132 137 76 3 132 24
Binary 1100010 1010 101 0 1011010 1011111 111110 11 1011010 10100

Color Harmonies of #620A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620A05

Black with #620A05

Text Example


Text Example

White with #620A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620A05; }

 p { color: rgb(98,10,5); }

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

background-color css

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

 a { background-color: rgb(98,10,5); }

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

border-color css

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

 span { border-color: rgb(98,10,5); }

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