#63183C

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

Shades of Pompadour #63183C

Tints of Pompadour #63183C

Color information

#63183C (or 0x63183C) is unknown color: approx Pompadour. HEX triplet: 63, 18 and 3C. RGB value is (99,24,60). Sum of RGB (Red+Green+Blue) = 99+24+60=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #63183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63183C is #9CE7C3. Grayscale: #323232. Windows color (decimal): -10282948 or 3938403. OLE color: 3938403.

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

Color convert

RGB992460-
CMYK00.760.390.61
HSL331.2º60.98%24.12%-
HSV(B)331.2º75.76%38.82%-
XYZ6.293.634.64-
YUV50.53133.35162.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.10%
GREEN value IS 24 (9.77% from 255) = 13.11%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=54.10%
G=13.11%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99246000.760.390.61331.260.9824.12
Hex63183C04C273D14b3d18
Octal1433074011447755137530
Binary1100011110001111000100110010011111110110100101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63183C; }

 p { color: rgb(99,24,60); }

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

<style>
 a { background-color: #63183C; }

 a { background-color: rgb(99,24,60); }

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

<style>
 span { border-color: #63183C; }

 span { border-color: rgb(99,24,60); }

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