Html Css Color HEX #6E0802 Maroon

📋 copy color: '#6E0802'

red 110 ◦ green 8 ◦ blue 2

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

Shades of Maroon #6E0802

Tints of Maroon #6E0802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.67%

 BLUE value IS 2 (1.17% from 255) = 1.67%

R = 91.67%
G = 6.67%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.57

RGB Variations

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

Color information

#6E0802 (or 0x6E0802) is known color: Maroon. HEX triplet: 6E, 08 and 02. RGB value is (110,8,2). Sum of RGB (Red+Green+Blue) = 110+8+2=120 (15% of max value = 765). Red value is 110 (43.36% from 255 or 91.67% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0802 is #91F7FD. Grayscale: #252525. Windows color (decimal): -9566206 or 133230. OLE color: 133230.

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

Color convert

RGB 110 8 2 -
CMYK 0 0.93 0.98 0.57
HSL 3.33º 0.96% 0.22% -
HSV(B) 3.33º 0.98% 0.43% -
XYZ 6.53 3.49 0.39 -
YUV 37.81 107.79 179.49 -
System Red Green Blue C M Y K H S L
Decimal 110 8 2 0 0.93 0.98 0.57 3.33 0.96 0.22
Hex 6E 8 2 0 5D 62 39 3 60 16
Octal 156 10 2 0 135 142 71 3 140 26
Binary 1101110 1000 10 0 1011101 1100010 111001 11 1100000 10110

Color Harmonies of #6E0802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0802

Black with #6E0802

Text Example


Text Example

White with #6E0802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,8,2); }

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

background-color css

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

 a { background-color: rgb(110,8,2); }

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

border-color css

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

 span { border-color: rgb(110,8,2); }

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