#612343

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

Shades of Pompadour #612343

Tints of Pompadour #612343

Color information

#612343 (or 0x612343) is unknown color: approx Pompadour. HEX triplet: 61, 23 and 43. RGB value is (97,35,67). Sum of RGB (Red+Green+Blue) = 97+35+67=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #612343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612343 is #9EDCBC. Grayscale: #393939. Windows color (decimal): -10411197 or 4399969. OLE color: 4399969.

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

Color convert

RGB973567-
CMYK00.640.310.62
HSL329.03º46.97%25.88%-
HSV(B)329.03º63.92%38.04%-
XYZ6.544.155.77-
YUV57.19133.54156.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 35 (14.06% from 255) = 17.59%
BLUE value IS 67 (26.56% from 255) = 33.67%
R=48.74%
G=17.59%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97356700.640.310.62329.0346.9725.88
Hex6123430401F3E1492f1a
Octal14143103010037765115732
Binary11000011000111000011010000001111111111010100100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612343; }

 p { color: rgb(97,35,67); }

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

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

 a { background-color: rgb(97,35,67); }

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

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

 span { border-color: rgb(97,35,67); }

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