#67234B

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

Shades of Pompadour #67234B

Tints of Pompadour #67234B

Color information

#67234B (or 0x67234B) is unknown color: approx Pompadour. HEX triplet: 67, 23 and 4B. RGB value is (103,35,75). Sum of RGB (Red+Green+Blue) = 103+35+75=213 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.36% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 103 - color contains mainly: red. Hex color #67234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67234B is #98DCB4. Grayscale: #3B3B3B. Windows color (decimal): -10017973 or 4924263. OLE color: 4924263.

HSL color Cylindrical-coordinate representation of color #67234B: hue angle of 324.71º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67234B is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1033575-
CMYK00.660.270.60
HSL324.71º49.28%27.06%-
HSV(B)324.71º66.02%40.39%-
XYZ7.464.597.15-
YUV59.89136.53158.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.36%
GREEN value IS 35 (14.06% from 255) = 16.43%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=48.36%
G=16.43%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103357500.660.270.60324.7149.2827.06
Hex67234B0421B3C145311b
Octal14743113010233745056133
Binary11001111000111001011010000101101111110010100010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67234B; }

 p { color: rgb(103,35,75); }

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

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

 a { background-color: rgb(103,35,75); }

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

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

 span { border-color: rgb(103,35,75); }

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