#62253E

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

Shades of Pompadour #62253E

Tints of Pompadour #62253E

Color information

#62253E (or 0x62253E) is unknown color: approx Pompadour. HEX triplet: 62, 25 and 3E. RGB value is (98,37,62). Sum of RGB (Red+Green+Blue) = 98+37+62=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #62253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62253E is #9DDAC1. Grayscale: #3A3A3A. Windows color (decimal): -10345154 or 4072802. OLE color: 4072802.

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

Color convert

RGB983762-
CMYK00.620.370.62
HSL335.41º45.19%26.47%-
HSV(B)335.41º62.24%38.43%-
XYZ6.574.275.03-
YUV58.09130.21156.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.75%
GREEN value IS 37 (14.84% from 255) = 18.78%
BLUE value IS 62 (24.61% from 255) = 31.47%
R=49.75%
G=18.78%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98376200.620.370.62335.4145.1926.47
Hex62253E03E253E14f2d1a
Octal142457607645765175532
Binary1100010100101111110011111010010111111010100111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,37,62); }

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

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

 a { background-color: rgb(98,37,62); }

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

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

 span { border-color: rgb(98,37,62); }

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