Html Css Color HEX #6A1739 Pompadour

📋 copy color: '#6A1739'

red 106 ◦ green 23 ◦ blue 57

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

Shades of Pompadour #6A1739

Tints of Pompadour #6A1739

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.37%

 BLUE value IS 57 (22.66% from 255) = 30.65%

R = 56.99%
G = 12.37%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#6A1739 (or 0x6A1739) is known color: Pompadour. HEX triplet: 6A, 17 and 39. RGB value is (106,23,57). Sum of RGB (Red+Green+Blue) = 106+23+57=186 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.99% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1739 is #95E8C6. Grayscale: #333333. Windows color (decimal): -9824455 or 3741546. OLE color: 3741546.

HSL color Cylindrical-coordinate representation of color #6A1739: hue angle of 335.42º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A1739 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 23 57 -
CMYK 0 0.78 0.46 0.58
HSL 335.42º 0.64% 0.25% -
HSV(B) 335.42º 0.78% 0.42% -
XYZ 6.99 3.97 4.27 -
YUV 51.69 131 166.74 -
System Red Green Blue C M Y K H S L
Decimal 106 23 57 0 0.78 0.46 0.58 335.42 0.64 0.25
Hex 6A 17 39 0 4E 2E 3A 14F 40 19
Octal 152 27 71 0 116 56 72 517 100 31
Binary 1101010 10111 111001 0 1001110 101110 111010 101001111 1000000 11001

Color Harmonies of #6A1739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1739

Black with #6A1739

Text Example


Text Example

White with #6A1739

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,23,57); }

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

background-color css

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

 a { background-color: rgb(106,23,57); }

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

border-color css

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

 span { border-color: rgb(106,23,57); }

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