Html Css Color HEX #611442 Pompadour

📋 copy color: '#611442'

red 97 ◦ green 20 ◦ blue 66

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

Shades of Pompadour #611442

Tints of Pompadour #611442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.93%

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

R = 53.01%
G = 10.93%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#611442 (or 0x611442) is known color: Pompadour. HEX triplet: 61, 14 and 42. RGB value is (97,20,66). Sum of RGB (Red+Green+Blue) = 97+20+66=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #611442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611442 is #9EEBBD. Grayscale: #303030. Windows color (decimal): -10415038 or 4330593. OLE color: 4330593.

HSL color Cylindrical-coordinate representation of color #611442: hue angle of 324.16º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #611442 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 20 66 -
CMYK 0 0.79 0.32 0.62
HSL 324.16º 0.66% 0.23% -
HSV(B) 324.16º 0.79% 0.38% -
XYZ 6.16 3.44 5.49 -
YUV 48.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 97 20 66 0 0.79 0.32 0.62 324.16 0.66 0.23
Hex 61 14 42 0 4F 20 3E 144 42 17
Octal 141 24 102 0 117 40 76 504 102 27
Binary 1100001 10100 1000010 0 1001111 100000 111110 101000100 1000010 10111

Color Harmonies of #611442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611442

Black with #611442

Text Example


Text Example

White with #611442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611442; }

 p { color: rgb(97,20,66); }

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

background-color css

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

 a { background-color: rgb(97,20,66); }

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

border-color css

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

 span { border-color: rgb(97,20,66); }

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