Html Css Color HEX #64153B Pompadour

📋 copy color: '#64153B'

red 100 ◦ green 21 ◦ blue 59

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

Shades of Pompadour #64153B

Tints of Pompadour #64153B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.67%

 BLUE value IS 59 (23.44% from 255) = 32.78%

R = 55.56%
G = 11.67%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#64153B (or 0x64153B) is known color: Pompadour. HEX triplet: 64, 15 and 3B. RGB value is (100,21,59). Sum of RGB (Red+Green+Blue) = 100+21+59=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #64153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64153B is #9BEAC4. Grayscale: #303030. Windows color (decimal): -10218181 or 3872100. OLE color: 3872100.

HSL color Cylindrical-coordinate representation of color #64153B: hue angle of 331.14º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64153B is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 21 59 -
CMYK 0 0.79 0.41 0.61
HSL 331.14º 0.65% 0.24% -
HSV(B) 331.14º 0.79% 0.39% -
XYZ 6.31 3.56 4.49 -
YUV 48.95 133.67 164.41 -
System Red Green Blue C M Y K H S L
Decimal 100 21 59 0 0.79 0.41 0.61 331.14 0.65 0.24
Hex 64 15 3B 0 4F 29 3D 14B 41 18
Octal 144 25 73 0 117 51 75 513 101 30
Binary 1100100 10101 111011 0 1001111 101001 111101 101001011 1000001 11000

Color Harmonies of #64153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64153B

Black with #64153B

Text Example


Text Example

White with #64153B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,21,59); }

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

background-color css

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

 a { background-color: rgb(100,21,59); }

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

border-color css

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

 span { border-color: rgb(100,21,59); }

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