Html Css Color HEX #6C1739 Pompadour

📋 copy color: '#6C1739'

red 108 ◦ green 23 ◦ blue 57

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

Shades of Pompadour #6C1739

Tints of Pompadour #6C1739

RGB

 RED value IS 108 (42.58% from 255) = 57.45%

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

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

R = 57.45%
G = 12.23%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.58

RGB Variations

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

Color information

#6C1739 (or 0x6C1739) is known color: Pompadour. HEX triplet: 6C, 17 and 39. RGB value is (108,23,57). Sum of RGB (Red+Green+Blue) = 108+23+57=188 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.45% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1739 is #93E8C6. Grayscale: #343434. Windows color (decimal): -9693383 or 3741548. OLE color: 3741548.

HSL color Cylindrical-coordinate representation of color #6C1739: hue angle of 336º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C1739 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 23 57 -
CMYK 0 0.79 0.47 0.58
HSL 336º 0.65% 0.26% -
HSV(B) 336º 0.79% 0.42% -
XYZ 7.23 4.1 4.28 -
YUV 52.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 108 23 57 0 0.79 0.47 0.58 336 0.65 0.26
Hex 6C 17 39 0 4F 2F 3A 150 41 1A
Octal 154 27 71 0 117 57 72 520 101 32
Binary 1101100 10111 111001 0 1001111 101111 111010 101010000 1000001 11010

Color Harmonies of #6C1739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1739

Black with #6C1739

Text Example


Text Example

White with #6C1739

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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