#61213C

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

Shades of Pompadour #61213C

Tints of Pompadour #61213C

Color information

#61213C (or 0x61213C) is unknown color: approx Pompadour. HEX triplet: 61, 21 and 3C. RGB value is (97,33,60). Sum of RGB (Red+Green+Blue) = 97+33+60=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #61213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61213C is #9EDEC3. Grayscale: #373737. Windows color (decimal): -10411716 or 3940705. OLE color: 3940705.

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

Color convert

RGB973360-
CMYK00.660.380.62
HSL334.69º49.23%25.49%-
HSV(B)334.69º65.98%38.04%-
XYZ6.293.964.71-
YUV55.21130.7157.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 60 (23.83% from 255) = 31.58%
R=51.05%
G=17.37%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97336000.660.380.62334.6949.2325.49
Hex61213C042263E14f3119
Octal1414174010246765176131
Binary11000011000011111000100001010011011111010100111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61213C; }

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

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

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

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

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

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

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

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