Html Css Color HEX #6E0500 Maroon

📋 copy color: '#6E0500'

red 110 ◦ green 5 ◦ blue 0

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

Shades of Maroon #6E0500

Tints of Maroon #6E0500

RGB

 RED value IS 110 (43.36% from 255) = 95.65%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.65%
G = 4.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#6E0500 (or 0x6E0500) is known color: Maroon. HEX triplet: 6E, 05 and 00. RGB value is (110,5,0). Sum of RGB (Red+Green+Blue) = 110+5+0=115 (15% of max value = 765). Red value is 110 (43.36% from 255 or 95.65% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0500 is #91FAFF. Grayscale: #232323. Windows color (decimal): -9566976 or 1390. OLE color: 1390.

HSL color Cylindrical-coordinate representation of color #6E0500: hue angle of 2.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E0500 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 5 0 -
CMYK 0 0.95 1 0.57
HSL 2.73º 1% 0.22% -
HSV(B) 2.73º 1% 0.43% -
XYZ 6.48 3.42 0.32 -
YUV 35.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 110 5 0 0 0.95 1 0.57 2.73 1 0.22
Hex 6E 5 0 0 5F 64 39 3 64 16
Octal 156 5 0 0 137 144 71 3 144 26
Binary 1101110 101 0 0 1011111 1100100 111001 11 1100100 10110

Color Harmonies of #6E0500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0500

Black with #6E0500

Text Example


Text Example

White with #6E0500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,5,0); }

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

background-color css

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

 a { background-color: rgb(110,5,0); }

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

border-color css

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

 span { border-color: rgb(110,5,0); }

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