#61214B

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

Shades of Pompadour #61214B

Tints of Pompadour #61214B

Color information

#61214B (or 0x61214B) is unknown color: approx Pompadour. HEX triplet: 61, 21 and 4B. RGB value is (97,33,75). Sum of RGB (Red+Green+Blue) = 97+33+75=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #61214B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61214B is #9EDEB4. Grayscale: #383838. Windows color (decimal): -10411701 or 4923745. OLE color: 4923745.

HSL color Cylindrical-coordinate representation of color #61214B: hue angle of 320.62º 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 #61214B is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB973375-
CMYK00.660.230.62
HSL320.62º49.23%25.49%-
HSV(B)320.62º65.98%38.04%-
XYZ6.744.147.1-
YUV56.92138.2156.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 33 (13.28% from 255) = 16.10%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=47.32%
G=16.10%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97337500.660.230.62320.6249.2325.49
Hex61214B042173E1413119
Octal14141113010227765016131
Binary11000011000011001011010000101011111111010100000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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