Html Css Color HEX #6E193A Pompadour

📋 copy color: '#6E193A'

red 110 ◦ green 25 ◦ blue 58

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

Shades of Pompadour #6E193A

Tints of Pompadour #6E193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

 BLUE value IS 58 (23.05% from 255) = 30.05%

R = 56.99%
G = 12.95%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6E193A (or 0x6E193A) is known color: Pompadour. HEX triplet: 6E, 19 and 3A. RGB value is (110,25,58). Sum of RGB (Red+Green+Blue) = 110+25+58=193 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.99% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 110 - color contains mainly: red. Hex color #6E193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E193A is #91E6C5. Grayscale: #363636. Windows color (decimal): -9561798 or 3807598. OLE color: 3807598.

HSL color Cylindrical-coordinate representation of color #6E193A: hue angle of 336.71º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E193A is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 25 58 -
CMYK 0 0.77 0.47 0.57
HSL 336.71º 0.63% 0.26% -
HSV(B) 336.71º 0.77% 0.43% -
XYZ 7.54 4.32 4.44 -
YUV 54.18 130.16 167.82 -
System Red Green Blue C M Y K H S L
Decimal 110 25 58 0 0.77 0.47 0.57 336.71 0.63 0.26
Hex 6E 19 3A 0 4D 2F 39 151 3F 1A
Octal 156 31 72 0 115 57 71 521 77 32
Binary 1101110 11001 111010 0 1001101 101111 111001 101010001 111111 11010

Color Harmonies of #6E193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E193A

Black with #6E193A

Text Example


Text Example

White with #6E193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,25,58); }

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

background-color css

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

 a { background-color: rgb(110,25,58); }

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

border-color css

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

 span { border-color: rgb(110,25,58); }

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