#431F28

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

Shades of Temptress #431F28

Tints of Temptress #431F28

Color information

#431F28 (or 0x431F28) is unknown color: approx Temptress. HEX triplet: 43, 1F and 28. RGB value is (67,31,40). Sum of RGB (Red+Green+Blue) = 67+31+40=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #431F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F28 is #BCE0D7. Grayscale: #2A2A2A. Windows color (decimal): -12378328 or 2629443. OLE color: 2629443.

HSL color Cylindrical-coordinate representation of color #431F28: hue angle of 345º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #431F28 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB673140-
CMYK00.540.400.74
HSL345º36.73%19.22%-
HSV(B)345º53.73%26.27%-
XYZ3.192.332.29-
YUV42.79126.43145.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.55%
GREEN value IS 31 (12.5% from 255) = 22.46%
BLUE value IS 40 (16.02% from 255) = 28.99%
R=48.55%
G=22.46%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67314000.540.400.7434536.7319.22
Hex431F28036284A1592513
Octal1033750066501125314523
Binary1000011111111010000110110101000100101010101100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431F28; }

 p { color: rgb(67,31,40); }

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

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

 a { background-color: rgb(67,31,40); }

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

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

 span { border-color: rgb(67,31,40); }

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