Html Css Color HEX #65124B Pompadour

📋 copy color: '#65124B'

red 101 ◦ green 18 ◦ blue 75

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

Shades of Pompadour #65124B

Tints of Pompadour #65124B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.66%

R = 52.06%
G = 9.28%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#65124B (or 0x65124B) is known color: Pompadour. HEX triplet: 65, 12 and 4B. RGB value is (101,18,75). Sum of RGB (Red+Green+Blue) = 101+18+75=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #65124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65124B is #9AEDB4. Grayscale: #313131. Windows color (decimal): -10153397 or 4919909. OLE color: 4919909.

HSL color Cylindrical-coordinate representation of color #65124B: hue angle of 318.8º 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 #65124B is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 18 75 -
CMYK 0 0.82 0.26 0.60
HSL 318.8º 0.7% 0.23% -
HSV(B) 318.8º 0.82% 0.4% -
XYZ 6.85 3.71 7.01 -
YUV 49.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 101 18 75 0 0.82 0.26 0.60 318.8 0.7 0.23
Hex 65 12 4B 0 52 1A 3C 13F 46 17
Octal 145 22 113 0 122 32 74 477 106 27
Binary 1100101 10010 1001011 0 1010010 11010 111100 100111111 1000110 10111

Color Harmonies of #65124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65124B

Black with #65124B

Text Example


Text Example

White with #65124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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