Html Css Color HEX #65124A Pompadour

📋 copy color: '#65124A'

red 101 ◦ green 18 ◦ blue 74

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

Shades of Pompadour #65124A

Tints of Pompadour #65124A

RGB

 RED value IS 101 (39.84% from 255) = 52.33%

 GREEN value IS 18 (7.42% from 255) = 9.33%

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

R = 52.33%
G = 9.33%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#65124A (or 0x65124A) is known color: Pompadour. HEX triplet: 65, 12 and 4A. RGB value is (101,18,74). Sum of RGB (Red+Green+Blue) = 101+18+74=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #65124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65124A is #9AEDB5. Grayscale: #313131. Windows color (decimal): -10153398 or 4854373. OLE color: 4854373.

HSL color Cylindrical-coordinate representation of color #65124A: hue angle of 319.52º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65124A is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 18 74 -
CMYK 0 0.82 0.27 0.60
HSL 319.52º 0.7% 0.23% -
HSV(B) 319.52º 0.82% 0.4% -
XYZ 6.82 3.69 6.83 -
YUV 49.2 142 164.95 -
System Red Green Blue C M Y K H S L
Decimal 101 18 74 0 0.82 0.27 0.60 319.52 0.7 0.23
Hex 65 12 4A 0 52 1B 3C 140 46 17
Octal 145 22 112 0 122 33 74 500 106 27
Binary 1100101 10010 1001010 0 1010010 11011 111100 101000000 1000110 10111

Color Harmonies of #65124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65124A

Black with #65124A

Text Example


Text Example

White with #65124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65124A; }

 p { color: rgb(101,18,74); }

 H1.HeaderClassName
 {
   color: #65124A;
 }
 .AnyTagClassName
 {
   color: #65124A;
 }
</style>

background-color css

<style>
 a { background-color: #65124A; }

 a { background-color: rgb(101,18,74); }

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

border-color css

<style>
 span { border-color: #65124A; }

 span { border-color: rgb(101,18,74); }

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