Html Css Color HEX #652346 Pompadour

📋 copy color: '#652346'

red 101 ◦ green 35 ◦ blue 70

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

Shades of Pompadour #652346

Tints of Pompadour #652346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.99%

 BLUE value IS 70 (27.73% from 255) = 33.98%

R = 49.03%
G = 16.99%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#652346 (or 0x652346) is known color: Pompadour. HEX triplet: 65, 23 and 46. RGB value is (101,35,70). Sum of RGB (Red+Green+Blue) = 101+35+70=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #652346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652346 is #9ADCB9. Grayscale: #3A3A3A. Windows color (decimal): -10149050 or 4596581. OLE color: 4596581.

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

Color convert

RGB 101 35 70 -
CMYK 0 0.65 0.31 0.60
HSL 328.18º 0.49% 0.27% -
HSV(B) 328.18º 0.65% 0.4% -
XYZ 7.07 4.41 6.27 -
YUV 58.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 101 35 70 0 0.65 0.31 0.60 328.18 0.49 0.27
Hex 65 23 46 0 41 1F 3C 148 31 1B
Octal 145 43 106 0 101 37 74 510 61 33
Binary 1100101 100011 1000110 0 1000001 11111 111100 101001000 110001 11011

Color Harmonies of #652346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652346

Black with #652346

Text Example


Text Example

White with #652346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652346; }

 p { color: rgb(101,35,70); }

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

background-color css

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

 a { background-color: rgb(101,35,70); }

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

border-color css

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

 span { border-color: rgb(101,35,70); }

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