#67213D

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

Shades of Pompadour #67213D

Tints of Pompadour #67213D

Color information

#67213D (or 0x67213D) is unknown color: approx Pompadour. HEX triplet: 67, 21 and 3D. RGB value is (103,33,61). Sum of RGB (Red+Green+Blue) = 103+33+61=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #67213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67213D is #98DEC2. Grayscale: #393939. Windows color (decimal): -10018499 or 4006247. OLE color: 4006247.

HSL color Cylindrical-coordinate representation of color #67213D: hue angle of 336º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #67213D is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB1033361-
CMYK00.680.410.60
HSL336º51.47%26.67%-
HSV(B)336º67.96%40.39%-
XYZ6.984.314.88-
YUV57.12130.19160.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 52.28%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 61 (24.22% from 255) = 30.96%
R=52.28%
G=16.75%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103336100.680.410.6033651.4726.67
Hex67213D044293C150331b
Octal1474175010451745206333
Binary11001111000011111010100010010100111110010101000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67213D; }

 p { color: rgb(103,33,61); }

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

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

 a { background-color: rgb(103,33,61); }

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

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

 span { border-color: rgb(103,33,61); }

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