Html Css Color HEX #652341 Pompadour

📋 copy color: '#652341'

red 101 ◦ green 35 ◦ blue 65

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

Shades of Pompadour #652341

Tints of Pompadour #652341

RGB

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

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

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

R = 50.25%
G = 17.41%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#652341 (or 0x652341) is known color: Pompadour. HEX triplet: 65, 23 and 41. RGB value is (101,35,65). Sum of RGB (Red+Green+Blue) = 101+35+65=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #652341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652341 is #9ADCBE. Grayscale: #3A3A3A. Windows color (decimal): -10149055 or 4268901. OLE color: 4268901.

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

Color convert

RGB 101 35 65 -
CMYK 0 0.65 0.36 0.60
HSL 332.73º 0.49% 0.27% -
HSV(B) 332.73º 0.65% 0.4% -
XYZ 6.92 4.35 5.48 -
YUV 58.15 131.87 158.56 -
System Red Green Blue C M Y K H S L
Decimal 101 35 65 0 0.65 0.36 0.60 332.73 0.49 0.27
Hex 65 23 41 0 41 24 3C 14D 31 1B
Octal 145 43 101 0 101 44 74 515 61 33
Binary 1100101 100011 1000001 0 1000001 100100 111100 101001101 110001 11011

Color Harmonies of #652341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652341

Black with #652341

Text Example


Text Example

White with #652341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652341; }

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

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

background-color css

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

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

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

border-color css

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

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

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