Html Css Color HEX #652249 Pompadour

📋 copy color: '#652249'

red 101 ◦ green 34 ◦ blue 73

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

Shades of Pompadour #652249

Tints of Pompadour #652249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.35%

 BLUE value IS 73 (28.91% from 255) = 35.1%

R = 48.56%
G = 16.35%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#652249 (or 0x652249) is known color: Pompadour. HEX triplet: 65, 22 and 49. RGB value is (101,34,73). Sum of RGB (Red+Green+Blue) = 101+34+73=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #652249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652249 is #9ADDB6. Grayscale: #3A3A3A. Windows color (decimal): -10149303 or 4792933. OLE color: 4792933.

HSL color Cylindrical-coordinate representation of color #652249: hue angle of 325.07º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #652249 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 34 73 -
CMYK 0 0.66 0.28 0.60
HSL 325.07º 0.5% 0.26% -
HSV(B) 325.07º 0.66% 0.4% -
XYZ 7.14 4.39 6.77 -
YUV 58.48 136.2 158.33 -
System Red Green Blue C M Y K H S L
Decimal 101 34 73 0 0.66 0.28 0.60 325.07 0.5 0.26
Hex 65 22 49 0 42 1C 3C 145 32 1A
Octal 145 42 111 0 102 34 74 505 62 32
Binary 1100101 100010 1001001 0 1000010 11100 111100 101000101 110010 11010

Color Harmonies of #652249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652249

Black with #652249

Text Example


Text Example

White with #652249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652249; }

 p { color: rgb(101,34,73); }

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

background-color css

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

 a { background-color: rgb(101,34,73); }

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

border-color css

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

 span { border-color: rgb(101,34,73); }

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