#62243E

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

Shades of Pompadour #62243E

Tints of Pompadour #62243E

Color information

#62243E (or 0x62243E) is unknown color: approx Pompadour. HEX triplet: 62, 24 and 3E. RGB value is (98,36,62). Sum of RGB (Red+Green+Blue) = 98+36+62=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #62243E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62243E is #9DDBC1. Grayscale: #393939. Windows color (decimal): -10345410 or 4072546. OLE color: 4072546.

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

Color convert

RGB983662-
CMYK00.630.370.62
HSL334.84º46.27%26.27%-
HSV(B)334.84º63.27%38.43%-
XYZ6.544.215.02-
YUV57.5130.54156.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 62 (24.61% from 255) = 31.63%
R=50%
G=18.37%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98366200.630.370.62334.8446.2726.27
Hex62243E03F253E14f2e1a
Octal142447607745765175632
Binary1100010100100111110011111110010111111010100111110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62243E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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