#61233E

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

Shades of Pompadour #61233E

Tints of Pompadour #61233E

Color information

#61233E (or 0x61233E) is unknown color: approx Pompadour. HEX triplet: 61, 23 and 3E. RGB value is (97,35,62). Sum of RGB (Red+Green+Blue) = 97+35+62=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61233E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61233E is #9EDCC1. Grayscale: #383838. Windows color (decimal): -10411202 or 4072289. OLE color: 4072289.

HSL color Cylindrical-coordinate representation of color #61233E: hue angle of 333.87º 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 #61233E is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB973562-
CMYK00.640.360.62
HSL333.87º46.97%25.88%-
HSV(B)333.87º63.92%38.04%-
XYZ6.44.095.01-
YUV56.62131.04156.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 18.04%
BLUE value IS 62 (24.61% from 255) = 31.96%
R=50%
G=18.04%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97356200.640.360.62333.8746.9725.88
Hex61233E040243E14e2f1a
Octal1414376010044765165732
Binary11000011000111111100100000010010011111010100111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61233E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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