Html Css Color HEX #371521 Temptress

📋 copy color: '#371521'

red 55 ◦ green 21 ◦ blue 33

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

Shades of Temptress #371521

Tints of Temptress #371521

RGB

 RED value IS 55 (21.88% from 255) = 50.46%

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

 BLUE value IS 33 (13.28% from 255) = 30.28%

R = 50.46%
G = 19.27%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#371521 (or 0x371521) is known color: Temptress. HEX triplet: 37, 15 and 21. RGB value is (55,21,33). Sum of RGB (Red+Green+Blue) = 55+21+33=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #371521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371521 is #C8EADE. Grayscale: #202020. Windows color (decimal): -13167327 or 2168119. OLE color: 2168119.

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

Color convert

RGB 55 21 33 -
CMYK 0 0.62 0.4 0.78
HSL 338.82º 0.45% 0.15% -
HSV(B) 338.82º 0.62% 0.22% -
XYZ 2.12 1.46 1.61 -
YUV 32.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 55 21 33 0 0.62 0.4 0.78 338.82 0.45 0.15
Hex 37 15 21 0 3E 28 4E 153 2D F
Octal 67 25 41 0 76 50 116 523 55 17
Binary 110111 10101 100001 0 111110 101000 1001110 101010011 101101 1111

Color Harmonies of #371521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371521

Black with #371521

Text Example


Text Example

White with #371521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371521; }

 p { color: rgb(55,21,33); }

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

background-color css

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

 a { background-color: rgb(55,21,33); }

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

border-color css

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

 span { border-color: rgb(55,21,33); }

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