Html Css Color HEX #652641 Pompadour

📋 copy color: '#652641'

red 101 ◦ green 38 ◦ blue 65

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

Shades of Pompadour #652641

Tints of Pompadour #652641

RGB

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

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

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

R = 49.51%
G = 18.63%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#652641 (or 0x652641) is known color: Pompadour. HEX triplet: 65, 26 and 41. RGB value is (101,38,65). Sum of RGB (Red+Green+Blue) = 101+38+65=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #652641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652641 is #9AD9BE. Grayscale: #3B3B3B. Windows color (decimal): -10148287 or 4269669. OLE color: 4269669.

HSL color Cylindrical-coordinate representation of color #652641: hue angle of 334.29º 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 #652641 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 38 65 -
CMYK 0 0.62 0.36 0.60
HSL 334.29º 0.45% 0.27% -
HSV(B) 334.29º 0.62% 0.4% -
XYZ 7.01 4.53 5.51 -
YUV 59.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 101 38 65 0 0.62 0.36 0.60 334.29 0.45 0.27
Hex 65 26 41 0 3E 24 3C 14E 2D 1B
Octal 145 46 101 0 76 44 74 516 55 33
Binary 1100101 100110 1000001 0 111110 100100 111100 101001110 101101 11011

Color Harmonies of #652641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652641

Black with #652641

Text Example


Text Example

White with #652641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652641; }

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

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

background-color css

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

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

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

border-color css

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

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

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