Html Css Color HEX #6C144A Pompadour

📋 copy color: '#6C144A'

red 108 ◦ green 20 ◦ blue 74

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

Shades of Pompadour #6C144A

Tints of Pompadour #6C144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 36.63%

R = 53.47%
G = 9.9%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C144A (or 0x6C144A) is known color: Pompadour. HEX triplet: 6C, 14 and 4A. RGB value is (108,20,74). Sum of RGB (Red+Green+Blue) = 108+20+74=202 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.47% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 108 - color contains mainly: red. Hex color #6C144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C144A is #93EBB5. Grayscale: #343434. Windows color (decimal): -9694134 or 4854892. OLE color: 4854892.

HSL color Cylindrical-coordinate representation of color #6C144A: hue angle of 323.18º 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 #6C144A is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 20 74 -
CMYK 0 0.81 0.31 0.58
HSL 323.18º 0.69% 0.25% -
HSV(B) 323.18º 0.81% 0.42% -
XYZ 7.67 4.18 6.88 -
YUV 52.47 140.15 167.61 -
System Red Green Blue C M Y K H S L
Decimal 108 20 74 0 0.81 0.31 0.58 323.18 0.69 0.25
Hex 6C 14 4A 0 51 1F 3A 143 45 19
Octal 154 24 112 0 121 37 72 503 105 31
Binary 1101100 10100 1001010 0 1010001 11111 111010 101000011 1000101 11001

Color Harmonies of #6C144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C144A

Black with #6C144A

Text Example


Text Example

White with #6C144A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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