Html Css Color HEX #653151 Pompadour

📋 copy color: '#653151'

red 101 ◦ green 49 ◦ blue 81

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

Shades of Pompadour #653151

Tints of Pompadour #653151

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.21%

 BLUE value IS 81 (32.03% from 255) = 35.06%

R = 43.72%
G = 21.21%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#653151 (or 0x653151) is known color: Pompadour. HEX triplet: 65, 31 and 51. RGB value is (101,49,81). Sum of RGB (Red+Green+Blue) = 101+49+81=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #653151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653151 is #9ACEAE. Grayscale: #444444. Windows color (decimal): -10145455 or 5321061. OLE color: 5321061.

HSL color Cylindrical-coordinate representation of color #653151: hue angle of 323.08º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #653151 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 49 81 -
CMYK 0 0.51 0.20 0.60
HSL 323.08º 0.35% 0.29% -
HSV(B) 323.08º 0.51% 0.4% -
XYZ 7.95 5.56 8.44 -
YUV 68.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 101 49 81 0 0.51 0.20 0.60 323.08 0.35 0.29
Hex 65 31 51 0 33 14 3C 143 23 1D
Octal 145 61 121 0 63 24 74 503 43 35
Binary 1100101 110001 1010001 0 110011 10100 111100 101000011 100011 11101

Color Harmonies of #653151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653151

Black with #653151

Text Example


Text Example

White with #653151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653151; }

 p { color: rgb(101,49,81); }

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

background-color css

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

 a { background-color: rgb(101,49,81); }

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

border-color css

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

 span { border-color: rgb(101,49,81); }

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