#61203E

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

Shades of Pompadour #61203E

Tints of Pompadour #61203E

Color information

#61203E (or 0x61203E) is unknown color: approx Pompadour. HEX triplet: 61, 20 and 3E. RGB value is (97,32,62). Sum of RGB (Red+Green+Blue) = 97+32+62=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #61203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61203E is #9EDFC1. Grayscale: #363636. Windows color (decimal): -10411970 or 4071521. OLE color: 4071521.

HSL color Cylindrical-coordinate representation of color #61203E: hue angle of 332.31º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61203E is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB973262-
CMYK00.670.360.62
HSL332.31º50.39%25.29%-
HSV(B)332.31º67.01%38.04%-
XYZ6.323.924.98-
YUV54.86132.03158.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 62 (24.61% from 255) = 32.46%
R=50.79%
G=16.75%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97326200.670.360.62332.3150.3925.29
Hex61203E043243E14c3219
Octal1414076010344765146231
Binary11000011000001111100100001110010011111010100110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61203E; }

 p { color: rgb(97,32,62); }

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

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

 a { background-color: rgb(97,32,62); }

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

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

 span { border-color: rgb(97,32,62); }

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