#61214A

Color #61214A Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #61214A

Tints of Pompadour #61214A

Color information

#61214A (or 0x61214A) is unknown color: approx Pompadour. HEX triplet: 61, 21 and 4A. RGB value is (97,33,74). Sum of RGB (Red+Green+Blue) = 97+33+74=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #61214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61214A is #9EDEB5. Grayscale: #383838. Windows color (decimal): -10411702 or 4858209. OLE color: 4858209.

HSL color Cylindrical-coordinate representation of color #61214A: hue angle of 321.56º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61214A is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB973374-
CMYK00.660.240.62
HSL321.56º49.23%25.49%-
HSV(B)321.56º65.98%38.04%-
XYZ6.714.126.92-
YUV56.81137.7156.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=47.55%
G=16.18%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97337400.660.240.62321.5649.2325.49
Hex61214A042183E1423119
Octal14141112010230765026131
Binary11000011000011001010010000101100011111010100001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61214A; }

 p { color: rgb(97,33,74); }

 H1.HeaderClassName
 {
   color: #61214A;
 }
 .AnyTagClassName
 {
   color: #61214A;
 }
</style>
background-color css

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

 a { background-color: rgb(97,33,74); }

 div.DivClassName
 {
   background-color: #61214A;
 }
 .BgClassName
 {
   background-color: #61214A;
 }
</style>
border-color css

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

 span { border-color: rgb(97,33,74); }

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