Html Css Color HEX #371921 Temptress

📋 copy color: '#371921'

red 55 ◦ green 25 ◦ blue 33

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

Shades of Temptress #371921

Tints of Temptress #371921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.12%

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

R = 48.67%
G = 22.12%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#371921 (or 0x371921) is known color: Temptress. HEX triplet: 37, 19 and 21. RGB value is (55,25,33). Sum of RGB (Red+Green+Blue) = 55+25+33=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #371921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371921 is #C8E6DE. Grayscale: #222222. Windows color (decimal): -13166303 or 2169143. OLE color: 2169143.

HSL color Cylindrical-coordinate representation of color #371921: hue angle of 344º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #371921 is Cyan = 0, Magento = 0.55, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 25 33 -
CMYK 0 0.55 0.4 0.78
HSL 344º 0.38% 0.16% -
HSV(B) 344º 0.55% 0.22% -
XYZ 2.2 1.62 1.64 -
YUV 34.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 55 25 33 0 0.55 0.4 0.78 344 0.38 0.16
Hex 37 19 21 0 37 28 4E 158 26 10
Octal 67 31 41 0 67 50 116 530 46 20
Binary 110111 11001 100001 0 110111 101000 1001110 101011000 100110 10000

Color Harmonies of #371921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371921

Black with #371921

Text Example


Text Example

White with #371921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371921; }

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

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

background-color css

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

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

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

border-color css

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

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

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