Html Css Color HEX #64133D Pompadour

📋 copy color: '#64133D'

red 100 ◦ green 19 ◦ blue 61

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

Shades of Pompadour #64133D

Tints of Pompadour #64133D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 33.89%

R = 55.56%
G = 10.56%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#64133D (or 0x64133D) is known color: Pompadour. HEX triplet: 64, 13 and 3D. RGB value is (100,19,61). Sum of RGB (Red+Green+Blue) = 100+19+61=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #64133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64133D is #9BECC2. Grayscale: #2F2F2F. Windows color (decimal): -10218691 or 4002660. OLE color: 4002660.

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

Color convert

RGB 100 19 61 -
CMYK 0 0.81 0.39 0.61
HSL 328.89º 0.68% 0.23% -
HSV(B) 328.89º 0.81% 0.39% -
XYZ 6.33 3.51 4.76 -
YUV 48.01 135.34 165.08 -
System Red Green Blue C M Y K H S L
Decimal 100 19 61 0 0.81 0.39 0.61 328.89 0.68 0.23
Hex 64 13 3D 0 51 27 3D 149 44 17
Octal 144 23 75 0 121 47 75 511 104 27
Binary 1100100 10011 111101 0 1010001 100111 111101 101001001 1000100 10111

Color Harmonies of #64133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64133D

Black with #64133D

Text Example


Text Example

White with #64133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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