Html Css Color HEX #6C2541 Pompadour

📋 copy color: '#6C2541'

red 108 ◦ green 37 ◦ blue 65

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

Shades of Pompadour #6C2541

Tints of Pompadour #6C2541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

 BLUE value IS 65 (25.78% from 255) = 30.95%

R = 51.43%
G = 17.62%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#6C2541 (or 0x6C2541) is known color: Pompadour. HEX triplet: 6C, 25 and 41. RGB value is (108,37,65). Sum of RGB (Red+Green+Blue) = 108+37+65=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2541 is #93DABE. Grayscale: #3D3D3D. Windows color (decimal): -9689791 or 4269420. OLE color: 4269420.

HSL color Cylindrical-coordinate representation of color #6C2541: hue angle of 336.34º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C2541 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 37 65 -
CMYK 0 0.66 0.40 0.58
HSL 336.34º 0.49% 0.28% -
HSV(B) 336.34º 0.66% 0.42% -
XYZ 7.8 4.89 5.53 -
YUV 61.42 130.02 161.22 -
System Red Green Blue C M Y K H S L
Decimal 108 37 65 0 0.66 0.40 0.58 336.34 0.49 0.28
Hex 6C 25 41 0 42 28 3A 150 31 1C
Octal 154 45 101 0 102 50 72 520 61 34
Binary 1101100 100101 1000001 0 1000010 101000 111010 101010000 110001 11100

Color Harmonies of #6C2541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2541

Black with #6C2541

Text Example


Text Example

White with #6C2541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,37,65); }

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

background-color css

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

 a { background-color: rgb(108,37,65); }

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

border-color css

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

 span { border-color: rgb(108,37,65); }

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