#382127

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

Shades of Temptress #382127

Tints of Temptress #382127

Color information

#382127 (or 0x382127) is unknown color: approx Temptress. HEX triplet: 38, 21 and 27. RGB value is (56,33,39). Sum of RGB (Red+Green+Blue) = 56+33+39=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #382127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382127 is #C7DED8. Grayscale: #282828. Windows color (decimal): -13098713 or 2564408. OLE color: 2564408.

HSL color Cylindrical-coordinate representation of color #382127: hue angle of 344.35º 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 #382127 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB563339-
CMYK00.410.300.78
HSL344.35º25.84%17.45%-
HSV(B)344.35º41.07%21.96%-
XYZ2.542.072.19-
YUV40.56127.12139.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.75%
GREEN value IS 33 (13.28% from 255) = 25.78%
BLUE value IS 39 (15.62% from 255) = 30.47%
R=43.75%
G=25.78%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56333900.410.300.78344.3525.8417.45
Hex3821270291E4E1581a11
Octal704147051361165303221
Binary11100010000110011101010011111010011101010110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382127; }

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

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

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

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

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

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

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

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