Html Css Color HEX #6C1138 Pompadour

📋 copy color: '#6C1138'

red 108 ◦ green 17 ◦ blue 56

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

Shades of Pompadour #6C1138

Tints of Pompadour #6C1138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.39%

 BLUE value IS 56 (22.27% from 255) = 30.94%

R = 59.67%
G = 9.39%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#6C1138 (or 0x6C1138) is known color: Pompadour. HEX triplet: 6C, 11 and 38. RGB value is (108,17,56). Sum of RGB (Red+Green+Blue) = 108+17+56=181 (23% of max value = 765). Red value is 108 (42.58% from 255 or 59.67% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1138 is #93EEC7. Grayscale: #303030. Windows color (decimal): -9694920 or 3674476. OLE color: 3674476.

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

Color convert

RGB 108 17 56 -
CMYK 0 0.84 0.48 0.58
HSL 334.29º 0.73% 0.25% -
HSV(B) 334.29º 0.84% 0.42% -
XYZ 7.1 3.87 4.12 -
YUV 48.66 132.15 170.33 -
System Red Green Blue C M Y K H S L
Decimal 108 17 56 0 0.84 0.48 0.58 334.29 0.73 0.25
Hex 6C 11 38 0 54 30 3A 14E 49 19
Octal 154 21 70 0 124 60 72 516 111 31
Binary 1101100 10001 111000 0 1010100 110000 111010 101001110 1001001 11001

Color Harmonies of #6C1138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1138

Black with #6C1138

Text Example


Text Example

White with #6C1138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,17,56); }

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

background-color css

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

 a { background-color: rgb(108,17,56); }

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

border-color css

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

 span { border-color: rgb(108,17,56); }

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