Html Css Color HEX #6E0B03 Maroon

📋 copy color: '#6E0B03'

red 110 ◦ green 11 ◦ blue 3

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

Shades of Maroon #6E0B03

Tints of Maroon #6E0B03

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.87%

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

R = 88.71%
G = 8.87%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.97

 K value IS 0.57

RGB Variations

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

Color information

#6E0B03 (or 0x6E0B03) is known color: Maroon. HEX triplet: 6E, 0B and 03. RGB value is (110,11,3). Sum of RGB (Red+Green+Blue) = 110+11+3=124 (16% of max value = 765). Red value is 110 (43.36% from 255 or 88.71% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0B03 is #91F4FC. Grayscale: #272727. Windows color (decimal): -9565437 or 199534. OLE color: 199534.

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

Color convert

RGB 110 11 3 -
CMYK 0 0.9 0.97 0.57
HSL 4.49º 0.95% 0.22% -
HSV(B) 4.49º 0.97% 0.43% -
XYZ 6.57 3.56 0.43 -
YUV 39.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 110 11 3 0 0.9 0.97 0.57 4.49 0.95 0.22
Hex 6E B 3 0 5A 61 39 4 5F 16
Octal 156 13 3 0 132 141 71 4 137 26
Binary 1101110 1011 11 0 1011010 1100001 111001 100 1011111 10110

Color Harmonies of #6E0B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0B03

Black with #6E0B03

Text Example


Text Example

White with #6E0B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,11,3); }

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

background-color css

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

 a { background-color: rgb(110,11,3); }

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

border-color css

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

 span { border-color: rgb(110,11,3); }

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