Html Css Color HEX #651E41 Pompadour

📋 copy color: '#651E41'

red 101 ◦ green 30 ◦ blue 65

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

Shades of Pompadour #651E41

Tints of Pompadour #651E41

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.31%

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

R = 51.53%
G = 15.31%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#651E41 (or 0x651E41) is known color: Pompadour. HEX triplet: 65, 1E and 41. RGB value is (101,30,65). Sum of RGB (Red+Green+Blue) = 101+30+65=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #651E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651E41 is #9AE1BE. Grayscale: #373737. Windows color (decimal): -10150335 or 4267621. OLE color: 4267621.

HSL color Cylindrical-coordinate representation of color #651E41: hue angle of 330.42º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #651E41 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 30 65 -
CMYK 0 0.70 0.36 0.60
HSL 330.42º 0.54% 0.26% -
HSV(B) 330.42º 0.7% 0.4% -
XYZ 6.79 4.08 5.43 -
YUV 55.22 133.52 160.65 -
System Red Green Blue C M Y K H S L
Decimal 101 30 65 0 0.70 0.36 0.60 330.42 0.54 0.26
Hex 65 1E 41 0 46 24 3C 14A 36 1A
Octal 145 36 101 0 106 44 74 512 66 32
Binary 1100101 11110 1000001 0 1000110 100100 111100 101001010 110110 11010

Color Harmonies of #651E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651E41

Black with #651E41

Text Example


Text Example

White with #651E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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