Html Css Color HEX #651542 Pompadour

📋 copy color: '#651542'

red 101 ◦ green 21 ◦ blue 66

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

Shades of Pompadour #651542

Tints of Pompadour #651542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.17%

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

R = 53.72%
G = 11.17%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.60

RGB Variations

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

Color information

#651542 (or 0x651542) is known color: Pompadour. HEX triplet: 65, 15 and 42. RGB value is (101,21,66). Sum of RGB (Red+Green+Blue) = 101+21+66=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #651542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651542 is #9AEABD. Grayscale: #313131. Windows color (decimal): -10152638 or 4330853. OLE color: 4330853.

HSL color Cylindrical-coordinate representation of color #651542: hue angle of 326.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #651542 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 21 66 -
CMYK 0 0.79 0.35 0.60
HSL 326.25º 0.66% 0.24% -
HSV(B) 326.25º 0.79% 0.4% -
XYZ 6.62 3.7 5.52 -
YUV 50.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 101 21 66 0 0.79 0.35 0.60 326.25 0.66 0.24
Hex 65 15 42 0 4F 23 3C 146 42 18
Octal 145 25 102 0 117 43 74 506 102 30
Binary 1100101 10101 1000010 0 1001111 100011 111100 101000110 1000010 11000

Color Harmonies of #651542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651542

Black with #651542

Text Example


Text Example

White with #651542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651542; }

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

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

background-color css

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

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

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

border-color css

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

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

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