#381320

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

Shades of Temptress #381320

Tints of Temptress #381320

Color information

#381320 (or 0x381320) is unknown color: approx Temptress. HEX triplet: 38, 13 and 20. RGB value is (56,19,32). Sum of RGB (Red+Green+Blue) = 56+19+32=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #381320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381320 is #C7ECDF. Grayscale: #1F1F1F. Windows color (decimal): -13102304 or 2102072. OLE color: 2102072.

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

Color convert

RGB561932-
CMYK00.660.430.78
HSL338.92º49.33%14.71%-
HSV(B)338.92º66.07%21.96%-
XYZ2.121.411.53-
YUV31.54128.26145.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.34%
GREEN value IS 19 (7.81% from 255) = 17.76%
BLUE value IS 32 (12.89% from 255) = 29.91%
R=52.34%
G=17.76%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56193200.660.430.78338.9249.3314.71
Hex3813200422B4E15331f
Octal7023400102531165236117
Binary111000100111000000100001010101110011101010100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381320; }

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

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

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

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

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

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

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

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