#61233D

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

Shades of Pompadour #61233D

Tints of Pompadour #61233D

Color information

#61233D (or 0x61233D) is unknown color: approx Pompadour. HEX triplet: 61, 23 and 3D. RGB value is (97,35,61). Sum of RGB (Red+Green+Blue) = 97+35+61=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61233D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61233D is #9EDCC2. Grayscale: #383838. Windows color (decimal): -10411203 or 4006753. OLE color: 4006753.

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

Color convert

RGB973561-
CMYK00.640.370.62
HSL334.84º46.97%25.88%-
HSV(B)334.84º63.92%38.04%-
XYZ6.374.084.87-
YUV56.5130.54156.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 61 (24.22% from 255) = 31.61%
R=50.26%
G=18.13%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97356100.640.370.62334.8446.9725.88
Hex61233D040253E14f2f1a
Octal1414375010045765175732
Binary11000011000111111010100000010010111111010100111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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