#381220

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

Shades of Temptress #381220

Tints of Temptress #381220

Color information

#381220 (or 0x381220) is unknown color: approx Temptress. HEX triplet: 38, 12 and 20. RGB value is (56,18,32). Sum of RGB (Red+Green+Blue) = 56+18+32=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #381220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381220 is #C7EDDF. Grayscale: #1E1E1E. Windows color (decimal): -13102560 or 2101816. OLE color: 2101816.

HSL color Cylindrical-coordinate representation of color #381220: hue angle of 337.89º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381220 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB561832-
CMYK00.680.430.78
HSL337.89º51.35%14.51%-
HSV(B)337.89º67.86%21.96%-
XYZ2.111.381.52-
YUV30.96128.59145.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 32 (12.89% from 255) = 30.19%
R=52.83%
G=16.98%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56183200.680.430.78337.8951.3514.51
Hex3812200442B4E15233f
Octal7022400104531165226317
Binary111000100101000000100010010101110011101010100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381220; }

 p { color: rgb(56,18,32); }

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

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

 a { background-color: rgb(56,18,32); }

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

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

 span { border-color: rgb(56,18,32); }

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