#61243E

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

Shades of Pompadour #61243E

Tints of Pompadour #61243E

Color information

#61243E (or 0x61243E) is unknown color: approx Pompadour. HEX triplet: 61, 24 and 3E. RGB value is (97,36,62). Sum of RGB (Red+Green+Blue) = 97+36+62=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #61243E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61243E is #9EDBC1. Grayscale: #393939. Windows color (decimal): -10410946 or 4072545. OLE color: 4072545.

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

Color convert

RGB973662-
CMYK00.630.360.62
HSL334.43º45.86%26.08%-
HSV(B)334.43º62.89%38.04%-
XYZ6.434.155.02-
YUV57.2130.71156.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 62 (24.61% from 255) = 31.79%
R=49.74%
G=18.46%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97366200.630.360.62334.4345.8626.08
Hex61243E03F243E14e2e1a
Octal141447607744765165632
Binary1100001100100111110011111110010011111010100111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61243E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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