#61213F

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

Shades of Pompadour #61213F

Tints of Pompadour #61213F

Color information

#61213F (or 0x61213F) is unknown color: approx Pompadour. HEX triplet: 61, 21 and 3F. RGB value is (97,33,63). Sum of RGB (Red+Green+Blue) = 97+33+63=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61213F is #9EDEC0. Grayscale: #373737. Windows color (decimal): -10411713 or 4137313. OLE color: 4137313.

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

Color convert

RGB973363-
CMYK00.660.350.62
HSL331.88º49.23%25.49%-
HSV(B)331.88º65.98%38.04%-
XYZ6.373.995.14-
YUV55.56132.2157.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 63 (25% from 255) = 32.64%
R=50.26%
G=17.10%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97336300.660.350.62331.8849.2325.49
Hex61213F042233E14c3119
Octal1414177010243765146131
Binary11000011000011111110100001010001111111010100110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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