Html Css Color HEX #642546 Pompadour

📋 copy color: '#642546'

red 100 ◦ green 37 ◦ blue 70

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

Shades of Pompadour #642546

Tints of Pompadour #642546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.87%

 BLUE value IS 70 (27.73% from 255) = 33.82%

R = 48.31%
G = 17.87%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#642546 (or 0x642546) is known color: Pompadour. HEX triplet: 64, 25 and 46. RGB value is (100,37,70). Sum of RGB (Red+Green+Blue) = 100+37+70=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #642546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642546 is #9BDAB9. Grayscale: #3B3B3B. Windows color (decimal): -10214074 or 4597092. OLE color: 4597092.

HSL color Cylindrical-coordinate representation of color #642546: hue angle of 328.57º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #642546 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 37 70 -
CMYK 0 0.63 0.30 0.61
HSL 328.57º 0.46% 0.27% -
HSV(B) 328.57º 0.63% 0.39% -
XYZ 7.02 4.47 6.29 -
YUV 59.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 100 37 70 0 0.63 0.30 0.61 328.57 0.46 0.27
Hex 64 25 46 0 3F 1E 3D 149 2E 1B
Octal 144 45 106 0 77 36 75 511 56 33
Binary 1100100 100101 1000110 0 111111 11110 111101 101001001 101110 11011

Color Harmonies of #642546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642546

Black with #642546

Text Example


Text Example

White with #642546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642546; }

 p { color: rgb(100,37,70); }

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

background-color css

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

 a { background-color: rgb(100,37,70); }

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

border-color css

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

 span { border-color: rgb(100,37,70); }

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