Html Css Color HEX #381520 Temptress

📋 copy color: '#381520'

red 56 ◦ green 21 ◦ blue 32

#381520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Temptress #381520

Tints of Temptress #381520

RGB

 RED value IS 56 (22.27% from 255) = 51.38%

 GREEN value IS 21 (8.59% from 255) = 19.27%

 BLUE value IS 32 (12.89% from 255) = 29.36%

R = 51.38%
G = 19.27%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#381520 (or 0x381520) is known color: Temptress. HEX triplet: 38, 15 and 20. RGB value is (56,21,32). Sum of RGB (Red+Green+Blue) = 56+21+32=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #381520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381520 is #C7EADF. Grayscale: #202020. Windows color (decimal): -13101792 or 2102584. OLE color: 2102584.

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

Color convert

RGB 56 21 32 -
CMYK 0 0.63 0.43 0.78
HSL 341.14º 0.45% 0.15% -
HSV(B) 341.14º 0.63% 0.22% -
XYZ 2.16 1.48 1.54 -
YUV 32.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 56 21 32 0 0.63 0.43 0.78 341.14 0.45 0.15
Hex 38 15 20 0 3F 2B 4E 155 2D F
Octal 70 25 40 0 77 53 116 525 55 17
Binary 111000 10101 100000 0 111111 101011 1001110 101010101 101101 1111

Color Harmonies of #381520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381520

Black with #381520

Text Example


Text Example

White with #381520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381520; }

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

 H1.HeaderClassName
 {
   color: #381520;
 }
 .AnyTagClassName
 {
   color: #381520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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