#62183A

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

Shades of Pompadour #62183A

Tints of Pompadour #62183A

Color information

#62183A (or 0x62183A) is unknown color: approx Pompadour. HEX triplet: 62, 18 and 3A. RGB value is (98,24,58). Sum of RGB (Red+Green+Blue) = 98+24+58=180 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.44% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 98 - color contains mainly: red. Hex color #62183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62183A is #9DE7C5. Grayscale: #313131. Windows color (decimal): -10348486 or 3807330. OLE color: 3807330.

HSL color Cylindrical-coordinate representation of color #62183A: hue angle of 332.43º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62183A is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB982458-
CMYK00.760.410.62
HSL332.43º60.66%23.92%-
HSV(B)332.43º75.51%38.43%-
XYZ6.133.564.37-
YUV50132.52162.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 54.44%
GREEN value IS 24 (9.77% from 255) = 13.33%
BLUE value IS 58 (23.05% from 255) = 32.22%
R=54.44%
G=13.33%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98245800.760.410.62332.4360.6623.92
Hex62183A04C293E14c3d18
Octal1423072011451765147530
Binary1100010110001110100100110010100111111010100110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62183A; }

 p { color: rgb(98,24,58); }

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

<style>
 a { background-color: #62183A; }

 a { background-color: rgb(98,24,58); }

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

<style>
 span { border-color: #62183A; }

 span { border-color: rgb(98,24,58); }

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