Html Css Color HEX #611E44 Pompadour

📋 copy color: '#611E44'

red 97 ◦ green 30 ◦ blue 68

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

Shades of Pompadour #611E44

Tints of Pompadour #611E44

RGB

 RED value IS 97 (38.28% from 255) = 49.74%

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

 BLUE value IS 68 (26.95% from 255) = 34.87%

R = 49.74%
G = 15.38%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#611E44 (or 0x611E44) is known color: Pompadour. HEX triplet: 61, 1E and 44. RGB value is (97,30,68). Sum of RGB (Red+Green+Blue) = 97+30+68=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #611E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E44 is #9EE1BB. Grayscale: #363636. Windows color (decimal): -10412476 or 4464225. OLE color: 4464225.

HSL color Cylindrical-coordinate representation of color #611E44: hue angle of 325.97º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E44 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 30 68 -
CMYK 0 0.69 0.30 0.62
HSL 325.97º 0.53% 0.25% -
HSV(B) 325.97º 0.69% 0.38% -
XYZ 6.44 3.89 5.88 -
YUV 54.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 97 30 68 0 0.69 0.30 0.62 325.97 0.53 0.25
Hex 61 1E 44 0 45 1E 3E 146 35 19
Octal 141 36 104 0 105 36 76 506 65 31
Binary 1100001 11110 1000100 0 1000101 11110 111110 101000110 110101 11001

Color Harmonies of #611E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611E44

Black with #611E44

Text Example


Text Example

White with #611E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611E44; }

 p { color: rgb(97,30,68); }

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

background-color css

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

 a { background-color: rgb(97,30,68); }

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

border-color css

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

 span { border-color: rgb(97,30,68); }

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