Html Css Color HEX #651E42 Pompadour

📋 copy color: '#651E42'

red 101 ◦ green 30 ◦ blue 66

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

Shades of Pompadour #651E42

Tints of Pompadour #651E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.5%

R = 51.27%
G = 15.23%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.60

RGB Variations

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

Color information

#651E42 (or 0x651E42) is known color: Pompadour. HEX triplet: 65, 1E and 42. RGB value is (101,30,66). Sum of RGB (Red+Green+Blue) = 101+30+66=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #651E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651E42 is #9AE1BD. Grayscale: #373737. Windows color (decimal): -10150334 or 4333157. OLE color: 4333157.

HSL color Cylindrical-coordinate representation of color #651E42: hue angle of 329.58º 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 #651E42 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 30 66 -
CMYK 0 0.70 0.35 0.60
HSL 329.58º 0.54% 0.26% -
HSV(B) 329.58º 0.7% 0.4% -
XYZ 6.81 4.09 5.58 -
YUV 55.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 101 30 66 0 0.70 0.35 0.60 329.58 0.54 0.26
Hex 65 1E 42 0 46 23 3C 14A 36 1A
Octal 145 36 102 0 106 43 74 512 66 32
Binary 1100101 11110 1000010 0 1000110 100011 111100 101001010 110110 11010

Color Harmonies of #651E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651E42

Black with #651E42

Text Example


Text Example

White with #651E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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