#61304B

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

Shades of Pompadour #61304B

Tints of Pompadour #61304B

Color information

#61304B (or 0x61304B) is unknown color: approx Pompadour. HEX triplet: 61, 30 and 4B. RGB value is (97,48,75). Sum of RGB (Red+Green+Blue) = 97+48+75=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #61304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61304B is #9ECFB4. Grayscale: #414141. Windows color (decimal): -10407861 or 4927585. OLE color: 4927585.

HSL color Cylindrical-coordinate representation of color #61304B: hue angle of 326.94º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61304B is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB974875-
CMYK00.510.230.62
HSL326.94º33.79%28.43%-
HSV(B)326.94º50.52%38.04%-
XYZ7.265.167.27-
YUV65.73133.23150.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.09%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=44.09%
G=21.82%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97487500.510.230.62326.9433.7928.43
Hex61304B033173E147221c
Octal1416011306327765074234
Binary1100001110000100101101100111011111111010100011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61304B; }

 p { color: rgb(97,48,75); }

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

<style>
 a { background-color: #61304B; }

 a { background-color: rgb(97,48,75); }

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

<style>
 span { border-color: #61304B; }

 span { border-color: rgb(97,48,75); }

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