Html Css Color HEX #64174D Pompadour

📋 copy color: '#64174D'

red 100 ◦ green 23 ◦ blue 77

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

Shades of Pompadour #64174D

Tints of Pompadour #64174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.5%

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

R = 50%
G = 11.5%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#64174D (or 0x64174D) is known color: Pompadour. HEX triplet: 64, 17 and 4D. RGB value is (100,23,77). Sum of RGB (Red+Green+Blue) = 100+23+77=200 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 100 - color contains mainly: red. Hex color #64174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64174D is #9BE8B2. Grayscale: #343434. Windows color (decimal): -10217651 or 5052260. OLE color: 5052260.

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

Color convert

RGB 100 23 77 -
CMYK 0 0.77 0.23 0.61
HSL 317.92º 0.63% 0.24% -
HSV(B) 317.92º 0.77% 0.39% -
XYZ 6.9 3.86 7.4 -
YUV 52.18 142.01 162.11 -
System Red Green Blue C M Y K H S L
Decimal 100 23 77 0 0.77 0.23 0.61 317.92 0.63 0.24
Hex 64 17 4D 0 4D 17 3D 13E 3F 18
Octal 144 27 115 0 115 27 75 476 77 30
Binary 1100100 10111 1001101 0 1001101 10111 111101 100111110 111111 11000

Color Harmonies of #64174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64174D

Black with #64174D

Text Example


Text Example

White with #64174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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