Html Css Color HEX #651C47 Pompadour

📋 copy color: '#651C47'

red 101 ◦ green 28 ◦ blue 71

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

Shades of Pompadour #651C47

Tints of Pompadour #651C47

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14%

 BLUE value IS 71 (28.13% from 255) = 35.5%

R = 50.5%
G = 14%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#651C47 (or 0x651C47) is known color: Pompadour. HEX triplet: 65, 1C and 47. RGB value is (101,28,71). Sum of RGB (Red+Green+Blue) = 101+28+71=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #651C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651C47 is #9AE3B8. Grayscale: #363636. Windows color (decimal): -10150841 or 4660325. OLE color: 4660325.

HSL color Cylindrical-coordinate representation of color #651C47: hue angle of 324.66º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #651C47 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 28 71 -
CMYK 0 0.72 0.30 0.60
HSL 324.66º 0.57% 0.25% -
HSV(B) 324.66º 0.72% 0.4% -
XYZ 6.92 4.05 6.38 -
YUV 54.73 137.18 161 -
System Red Green Blue C M Y K H S L
Decimal 101 28 71 0 0.72 0.30 0.60 324.66 0.57 0.25
Hex 65 1C 47 0 48 1E 3C 145 39 19
Octal 145 34 107 0 110 36 74 505 71 31
Binary 1100101 11100 1000111 0 1001000 11110 111100 101000101 111001 11001

Color Harmonies of #651C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651C47

Black with #651C47

Text Example


Text Example

White with #651C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,28,71); }

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

background-color css

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

 a { background-color: rgb(101,28,71); }

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

border-color css

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

 span { border-color: rgb(101,28,71); }

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