Html Css Color HEX #64134D Pompadour

📋 copy color: '#64134D'

red 100 ◦ green 19 ◦ blue 77

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

Shades of Pompadour #64134D

Tints of Pompadour #64134D

RGB

 RED value IS 100 (39.45% from 255) = 51.02%

 GREEN value IS 19 (7.81% from 255) = 9.69%

 BLUE value IS 77 (30.47% from 255) = 39.29%

R = 51.02%
G = 9.69%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#64134D (or 0x64134D) is known color: Pompadour. HEX triplet: 64, 13 and 4D. RGB value is (100,19,77). Sum of RGB (Red+Green+Blue) = 100+19+77=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64134D is #9BECB2. Grayscale: #313131. Windows color (decimal): -10218675 or 5051236. OLE color: 5051236.

HSL color Cylindrical-coordinate representation of color #64134D: hue angle of 317.04º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64134D is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 19 77 -
CMYK 0 0.81 0.23 0.61
HSL 317.04º 0.68% 0.23% -
HSV(B) 317.04º 0.81% 0.39% -
XYZ 6.83 3.71 7.38 -
YUV 49.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 100 19 77 0 0.81 0.23 0.61 317.04 0.68 0.23
Hex 64 13 4D 0 51 17 3D 13D 44 17
Octal 144 23 115 0 121 27 75 475 104 27
Binary 1100100 10011 1001101 0 1010001 10111 111101 100111101 1000100 10111

Color Harmonies of #64134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64134D

Black with #64134D

Text Example


Text Example

White with #64134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64134D; }

 p { color: rgb(100,19,77); }

 H1.HeaderClassName
 {
   color: #64134D;
 }
 .AnyTagClassName
 {
   color: #64134D;
 }
</style>

background-color css

<style>
 a { background-color: #64134D; }

 a { background-color: rgb(100,19,77); }

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

border-color css

<style>
 span { border-color: #64134D; }

 span { border-color: rgb(100,19,77); }

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