Html Css Color HEX #370E1D Temptress

📋 copy color: '#370E1D'

red 55 ◦ green 14 ◦ blue 29

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

Shades of Temptress #370E1D

Tints of Temptress #370E1D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14.29%

 BLUE value IS 29 (11.72% from 255) = 29.59%

R = 56.12%
G = 14.29%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#370E1D (or 0x370E1D) is known color: Temptress. HEX triplet: 37, 0E and 1D. RGB value is (55,14,29). Sum of RGB (Red+Green+Blue) = 55+14+29=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #370E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E1D is #C8F1E2. Grayscale: #1B1B1B. Windows color (decimal): -13169123 or 1904183. OLE color: 1904183.

HSL color Cylindrical-coordinate representation of color #370E1D: hue angle of 338.05º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #370E1D is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 14 29 -
CMYK 0 0.75 0.47 0.78
HSL 338.05º 0.59% 0.14% -
HSV(B) 338.05º 0.75% 0.22% -
XYZ 1.95 1.22 1.29 -
YUV 27.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 55 14 29 0 0.75 0.47 0.78 338.05 0.59 0.14
Hex 37 E 1D 0 4B 2F 4E 152 3B E
Octal 67 16 35 0 113 57 116 522 73 16
Binary 110111 1110 11101 0 1001011 101111 1001110 101010010 111011 1110

Color Harmonies of #370E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E1D

Black with #370E1D

Text Example


Text Example

White with #370E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370E1D; }

 p { color: rgb(55,14,29); }

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

background-color css

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

 a { background-color: rgb(55,14,29); }

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

border-color css

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

 span { border-color: rgb(55,14,29); }

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