Html Css Color HEX #6A1403 Maroon

📋 copy color: '#6A1403'

red 106 ◦ green 20 ◦ blue 3

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

Shades of Maroon #6A1403

Tints of Maroon #6A1403

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.5%

 BLUE value IS 3 (1.56% from 255) = 2.33%

R = 82.17%
G = 15.5%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#6A1403 (or 0x6A1403) is known color: Maroon. HEX triplet: 6A, 14 and 03. RGB value is (106,20,3). Sum of RGB (Red+Green+Blue) = 106+20+3=129 (17% of max value = 765). Red value is 106 (41.80% from 255 or 82.17% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1403 is #95EBFC. Grayscale: #2B2B2B. Windows color (decimal): -9825277 or 201834. OLE color: 201834.

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

Color convert

RGB 106 20 3 -
CMYK 0 0.81 0.97 0.58
HSL 9.9º 0.94% 0.21% -
HSV(B) 9.9º 0.97% 0.42% -
XYZ 6.21 3.57 0.45 -
YUV 43.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 106 20 3 0 0.81 0.97 0.58 9.9 0.94 0.21
Hex 6A 14 3 0 51 61 3A A 5E 15
Octal 152 24 3 0 121 141 72 12 136 25
Binary 1101010 10100 11 0 1010001 1100001 111010 1010 1011110 10101

Color Harmonies of #6A1403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1403

Black with #6A1403

Text Example


Text Example

White with #6A1403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,20,3); }

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

background-color css

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

 a { background-color: rgb(106,20,3); }

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

border-color css

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

 span { border-color: rgb(106,20,3); }

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