Html Css Color HEX #372228 Temptress

📋 copy color: '#372228'

red 55 ◦ green 34 ◦ blue 40

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

Shades of Temptress #372228

Tints of Temptress #372228

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.36%

 BLUE value IS 40 (16.02% from 255) = 31.01%

R = 42.64%
G = 26.36%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#372228 (or 0x372228) is known color: Temptress. HEX triplet: 37, 22 and 28. RGB value is (55,34,40). Sum of RGB (Red+Green+Blue) = 55+34+40=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #372228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372228 is #C8DDD7. Grayscale: #282828. Windows color (decimal): -13163992 or 2630199. OLE color: 2630199.

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

Color convert

RGB 55 34 40 -
CMYK 0 0.38 0.27 0.78
HSL 342.86º 0.24% 0.17% -
HSV(B) 342.86º 0.38% 0.22% -
XYZ 2.53 2.11 2.28 -
YUV 40.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 55 34 40 0 0.38 0.27 0.78 342.86 0.24 0.17
Hex 37 22 28 0 26 1B 4E 157 18 11
Octal 67 42 50 0 46 33 116 527 30 21
Binary 110111 100010 101000 0 100110 11011 1001110 101010111 11000 10001

Color Harmonies of #372228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372228

Black with #372228

Text Example


Text Example

White with #372228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372228; }

 p { color: rgb(55,34,40); }

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

background-color css

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

 a { background-color: rgb(55,34,40); }

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

border-color css

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

 span { border-color: rgb(55,34,40); }

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