#61213B

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

Shades of Pompadour #61213B

Tints of Pompadour #61213B

Color information

#61213B (or 0x61213B) is unknown color: approx Pompadour. HEX triplet: 61, 21 and 3B. RGB value is (97,33,59). Sum of RGB (Red+Green+Blue) = 97+33+59=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #61213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61213B is #9EDEC4. Grayscale: #373737. Windows color (decimal): -10411717 or 3875169. OLE color: 3875169.

HSL color Cylindrical-coordinate representation of color #61213B: hue angle of 335.62º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61213B is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB973359-
CMYK00.660.390.62
HSL335.62º49.23%25.49%-
HSV(B)335.62º65.98%38.04%-
XYZ6.263.944.57-
YUV55.1130.2157.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 59 (23.44% from 255) = 31.22%
R=51.32%
G=17.46%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97335900.660.390.62335.6249.2325.49
Hex61213B042273E1503119
Octal1414173010247765206131
Binary11000011000011110110100001010011111111010101000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,33,59); }

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

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

 a { background-color: rgb(97,33,59); }

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

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

 span { border-color: rgb(97,33,59); }

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