#612741

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

Shades of Pompadour #612741

Tints of Pompadour #612741

Color information

#612741 (or 0x612741) is unknown color: approx Pompadour. HEX triplet: 61, 27 and 41. RGB value is (97,39,65). Sum of RGB (Red+Green+Blue) = 97+39+65=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #612741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612741 is #9ED8BE. Grayscale: #3B3B3B. Windows color (decimal): -10410175 or 4269921. OLE color: 4269921.

HSL color Cylindrical-coordinate representation of color #612741: hue angle of 333.1º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #612741 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB973965-
CMYK00.600.330.62
HSL333.1º42.65%26.67%-
HSV(B)333.1º59.79%38.04%-
XYZ6.614.375.5-
YUV59.31131.22154.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=48.26%
G=19.40%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97396500.600.330.62333.142.6526.67
Hex61274103C213E14d2b1b
Octal1414710107441765155333
Binary11000011001111000001011110010000111111010100110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612741; }

 p { color: rgb(97,39,65); }

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

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

 a { background-color: rgb(97,39,65); }

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

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

 span { border-color: rgb(97,39,65); }

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