Html Css Color HEX #6C1452 Pompadour

📋 copy color: '#6C1452'

red 108 ◦ green 20 ◦ blue 82

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

Shades of Pompadour #6C1452

Tints of Pompadour #6C1452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.52%

 BLUE value IS 82 (32.42% from 255) = 39.05%

R = 51.43%
G = 9.52%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#6C1452 (or 0x6C1452) is known color: Pompadour. HEX triplet: 6C, 14 and 52. RGB value is (108,20,82). Sum of RGB (Red+Green+Blue) = 108+20+82=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1452 is #93EBAD. Grayscale: #353535. Windows color (decimal): -9694126 or 5379180. OLE color: 5379180.

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

Color convert

RGB 108 20 82 -
CMYK 0 0.81 0.24 0.58
HSL 317.73º 0.69% 0.25% -
HSV(B) 317.73º 0.81% 0.42% -
XYZ 7.96 4.3 8.39 -
YUV 53.38 144.15 166.96 -
System Red Green Blue C M Y K H S L
Decimal 108 20 82 0 0.81 0.24 0.58 317.73 0.69 0.25
Hex 6C 14 52 0 51 18 3A 13E 45 19
Octal 154 24 122 0 121 30 72 476 105 31
Binary 1101100 10100 1010010 0 1010001 11000 111010 100111110 1000101 11001

Color Harmonies of #6C1452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1452

Black with #6C1452

Text Example


Text Example

White with #6C1452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,20,82); }

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

background-color css

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

 a { background-color: rgb(108,20,82); }

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

border-color css

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

 span { border-color: rgb(108,20,82); }

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