#382126

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

Shades of Temptress #382126

Tints of Temptress #382126

Color information

#382126 (or 0x382126) is unknown color: approx Temptress. HEX triplet: 38, 21 and 26. RGB value is (56,33,38). Sum of RGB (Red+Green+Blue) = 56+33+38=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #382126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382126 is #C7DED9. Grayscale: #282828. Windows color (decimal): -13098714 or 2498872. OLE color: 2498872.

HSL color Cylindrical-coordinate representation of color #382126: hue angle of 346.96º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #382126 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB563338-
CMYK00.410.320.78
HSL346.96º25.84%17.45%-
HSV(B)346.96º41.07%21.96%-
XYZ2.522.072.1-
YUV40.45126.62139.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 33 (13.28% from 255) = 25.98%
BLUE value IS 38 (15.23% from 255) = 29.92%
R=44.09%
G=25.98%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56333800.410.320.78346.9625.8417.45
Hex382126029204E15b1a11
Octal704146051401165333221
Binary111000100001100110010100110000010011101010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382126; }

 p { color: rgb(56,33,38); }

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

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

 a { background-color: rgb(56,33,38); }

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

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

 span { border-color: rgb(56,33,38); }

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