Html Css Color HEX #642641 Pompadour

📋 copy color: '#642641'

red 100 ◦ green 38 ◦ blue 65

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

Shades of Pompadour #642641

Tints of Pompadour #642641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.72%

 BLUE value IS 65 (25.78% from 255) = 32.02%

R = 49.26%
G = 18.72%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#642641 (or 0x642641) is known color: Pompadour. HEX triplet: 64, 26 and 41. RGB value is (100,38,65). Sum of RGB (Red+Green+Blue) = 100+38+65=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #642641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642641 is #9BD9BE. Grayscale: #3B3B3B. Windows color (decimal): -10213823 or 4269668. OLE color: 4269668.

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

Color convert

RGB 100 38 65 -
CMYK 0 0.62 0.35 0.61
HSL 333.87º 0.45% 0.27% -
HSV(B) 333.87º 0.62% 0.39% -
XYZ 6.9 4.48 5.5 -
YUV 59.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 100 38 65 0 0.62 0.35 0.61 333.87 0.45 0.27
Hex 64 26 41 0 3E 23 3D 14E 2D 1B
Octal 144 46 101 0 76 43 75 516 55 33
Binary 1100100 100110 1000001 0 111110 100011 111101 101001110 101101 11011

Color Harmonies of #642641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642641

Black with #642641

Text Example


Text Example

White with #642641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642641; }

 p { color: rgb(100,38,65); }

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

background-color css

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

 a { background-color: rgb(100,38,65); }

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

border-color css

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

 span { border-color: rgb(100,38,65); }

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