Html Css Color HEX #64133A Pompadour

📋 copy color: '#64133A'

red 100 ◦ green 19 ◦ blue 58

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

Shades of Pompadour #64133A

Tints of Pompadour #64133A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.77%

R = 56.5%
G = 10.73%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.61

RGB Variations

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

Color information

#64133A (or 0x64133A) is known color: Pompadour. HEX triplet: 64, 13 and 3A. RGB value is (100,19,58). Sum of RGB (Red+Green+Blue) = 100+19+58=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #64133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64133A is #9BECC5. Grayscale: #2F2F2F. Windows color (decimal): -10218694 or 3806052. OLE color: 3806052.

HSL color Cylindrical-coordinate representation of color #64133A: hue angle of 331.11º 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 #64133A is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 19 58 -
CMYK 0 0.81 0.42 0.61
HSL 331.11º 0.68% 0.23% -
HSV(B) 331.11º 0.81% 0.39% -
XYZ 6.25 3.48 4.35 -
YUV 47.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 100 19 58 0 0.81 0.42 0.61 331.11 0.68 0.23
Hex 64 13 3A 0 51 2A 3D 14B 44 17
Octal 144 23 72 0 121 52 75 513 104 27
Binary 1100100 10011 111010 0 1010001 101010 111101 101001011 1000100 10111

Color Harmonies of #64133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64133A

Black with #64133A

Text Example


Text Example

White with #64133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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