#63233E

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

Shades of Pompadour #63233E

Tints of Pompadour #63233E

Color information

#63233E (or 0x63233E) is unknown color: approx Pompadour. HEX triplet: 63, 23 and 3E. RGB value is (99,35,62). Sum of RGB (Red+Green+Blue) = 99+35+62=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63233E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63233E is #9CDCC1. Grayscale: #393939. Windows color (decimal): -10280130 or 4072291. OLE color: 4072291.

HSL color Cylindrical-coordinate representation of color #63233E: hue angle of 334.69º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63233E is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB993562-
CMYK00.650.370.61
HSL334.69º47.76%26.27%-
HSV(B)334.69º64.65%38.82%-
XYZ6.624.25.02-
YUV57.21130.7157.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.51%
GREEN value IS 35 (14.06% from 255) = 17.86%
BLUE value IS 62 (24.61% from 255) = 31.63%
R=50.51%
G=17.86%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99356200.650.370.61334.6947.7626.27
Hex63233E041253D14f301a
Octal1434376010145755176032
Binary11000111000111111100100000110010111110110100111111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63233E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,35,62); }

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

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

 a { background-color: rgb(99,35,62); }

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

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

 span { border-color: rgb(99,35,62); }

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