#61253F

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

Shades of Pompadour #61253F

Tints of Pompadour #61253F

Color information

#61253F (or 0x61253F) is unknown color: approx Pompadour. HEX triplet: 61, 25 and 3F. RGB value is (97,37,63). Sum of RGB (Red+Green+Blue) = 97+37+63=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #61253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61253F is #9EDAC0. Grayscale: #393939. Windows color (decimal): -10410689 or 4138337. OLE color: 4138337.

HSL color Cylindrical-coordinate representation of color #61253F: hue angle of 334º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61253F is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB973763-
CMYK00.620.350.62
HSL334º44.78%26.27%-
HSV(B)334º61.86%38.04%-
XYZ6.494.225.18-
YUV57.9130.88155.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 37 (14.84% from 255) = 18.78%
BLUE value IS 63 (25% from 255) = 31.98%
R=49.24%
G=18.78%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97376300.620.350.6233444.7826.27
Hex61253F03E233E14e2d1a
Octal141457707643765165532
Binary1100001100101111111011111010001111111010100111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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