Html Css Color HEX #652541 Pompadour

📋 copy color: '#652541'

red 101 ◦ green 37 ◦ blue 65

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

Shades of Pompadour #652541

Tints of Pompadour #652541

RGB

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

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

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

R = 49.75%
G = 18.23%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#652541 (or 0x652541) is known color: Pompadour. HEX triplet: 65, 25 and 41. RGB value is (101,37,65). Sum of RGB (Red+Green+Blue) = 101+37+65=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #652541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652541 is #9ADABE. Grayscale: #3B3B3B. Windows color (decimal): -10148543 or 4269413. OLE color: 4269413.

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

Color convert

RGB 101 37 65 -
CMYK 0 0.63 0.36 0.60
HSL 333.75º 0.46% 0.27% -
HSV(B) 333.75º 0.63% 0.4% -
XYZ 6.98 4.47 5.5 -
YUV 59.33 131.2 157.72 -
System Red Green Blue C M Y K H S L
Decimal 101 37 65 0 0.63 0.36 0.60 333.75 0.46 0.27
Hex 65 25 41 0 3F 24 3C 14E 2E 1B
Octal 145 45 101 0 77 44 74 516 56 33
Binary 1100101 100101 1000001 0 111111 100100 111100 101001110 101110 11011

Color Harmonies of #652541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652541

Black with #652541

Text Example


Text Example

White with #652541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652541; }

 p { color: rgb(101,37,65); }

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

background-color css

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

 a { background-color: rgb(101,37,65); }

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

border-color css

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

 span { border-color: rgb(101,37,65); }

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