Html Css Color HEX #652640 Pompadour

📋 copy color: '#652640'

red 101 ◦ green 38 ◦ blue 64

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

Shades of Pompadour #652640

Tints of Pompadour #652640

RGB

 RED value IS 101 (39.84% from 255) = 49.75%

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

 BLUE value IS 64 (25.39% from 255) = 31.53%

R = 49.75%
G = 18.72%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#652640 (or 0x652640) is known color: Pompadour. HEX triplet: 65, 26 and 40. RGB value is (101,38,64). Sum of RGB (Red+Green+Blue) = 101+38+64=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #652640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652640 is #9AD9BF. Grayscale: #3B3B3B. Windows color (decimal): -10148288 or 4204133. OLE color: 4204133.

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

Color convert

RGB 101 38 64 -
CMYK 0 0.62 0.37 0.60
HSL 335.24º 0.45% 0.27% -
HSV(B) 335.24º 0.62% 0.4% -
XYZ 6.99 4.52 5.36 -
YUV 59.8 130.37 157.39 -
System Red Green Blue C M Y K H S L
Decimal 101 38 64 0 0.62 0.37 0.60 335.24 0.45 0.27
Hex 65 26 40 0 3E 25 3C 14F 2D 1B
Octal 145 46 100 0 76 45 74 517 55 33
Binary 1100101 100110 1000000 0 111110 100101 111100 101001111 101101 11011

Color Harmonies of #652640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652640

Black with #652640

Text Example


Text Example

White with #652640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652640; }

 p { color: rgb(101,38,64); }

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

background-color css

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

 a { background-color: rgb(101,38,64); }

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

border-color css

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

 span { border-color: rgb(101,38,64); }

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