#631435

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

Shades of Pompadour #631435

Tints of Pompadour #631435

Color information

#631435 (or 0x631435) is unknown color: approx Pompadour. HEX triplet: 63, 14 and 35. RGB value is (99,20,53). Sum of RGB (Red+Green+Blue) = 99+20+53=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #631435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631435 is #9CEBCA. Grayscale: #2F2F2F. Windows color (decimal): -10283979 or 3478627. OLE color: 3478627.

HSL color Cylindrical-coordinate representation of color #631435: hue angle of 334.94º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631435 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB992053-
CMYK00.800.460.61
HSL334.94º66.39%23.33%-
HSV(B)334.94º79.8%38.82%-
XYZ6.043.413.71-
YUV47.38131.17164.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.56%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=57.56%
G=11.63%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99205300.800.460.61334.9466.3923.33
Hex6314350502E3D14f4217
Octal14324650120567551710227
Binary11000111010011010101010000101110111101101001111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631435; }

 p { color: rgb(99,20,53); }

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

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

 a { background-color: rgb(99,20,53); }

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

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

 span { border-color: rgb(99,20,53); }

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