Html Css Color HEX #6A0401 Maroon

📋 copy color: '#6A0401'

red 106 ◦ green 4 ◦ blue 1

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

Shades of Maroon #6A0401

Tints of Maroon #6A0401

RGB

 RED value IS 106 (41.8% from 255) = 95.5%

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

 BLUE value IS 1 (0.78% from 255) = 0.9%

R = 95.5%
G = 3.6%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#6A0401 (or 0x6A0401) is known color: Maroon. HEX triplet: 6A, 04 and 01. RGB value is (106,4,1). Sum of RGB (Red+Green+Blue) = 106+4+1=111 (14% of max value = 765). Red value is 106 (41.80% from 255 or 95.50% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0401 is #95FBFE. Grayscale: #222222. Windows color (decimal): -9829375 or 66666. OLE color: 66666.

HSL color Cylindrical-coordinate representation of color #6A0401: hue angle of 1.71º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A0401 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 4 1 -
CMYK 0 0.96 0.99 0.58
HSL 1.71º 0.98% 0.21% -
HSV(B) 1.71º 0.99% 0.42% -
XYZ 5.99 3.15 0.32 -
YUV 34.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 106 4 1 0 0.96 0.99 0.58 1.71 0.98 0.21
Hex 6A 4 1 0 60 63 3A 2 62 15
Octal 152 4 1 0 140 143 72 2 142 25
Binary 1101010 100 1 0 1100000 1100011 111010 10 1100010 10101

Color Harmonies of #6A0401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0401

Black with #6A0401

Text Example


Text Example

White with #6A0401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A0401; }

 p { color: rgb(106,4,1); }

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

background-color css

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

 a { background-color: rgb(106,4,1); }

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

border-color css

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

 span { border-color: rgb(106,4,1); }

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