Html Css Color HEX #370F1D Temptress

📋 copy color: '#370F1D'

red 55 ◦ green 15 ◦ blue 29

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

Shades of Temptress #370F1D

Tints of Temptress #370F1D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.15%

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

R = 55.56%
G = 15.15%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#370F1D (or 0x370F1D) is known color: Temptress. HEX triplet: 37, 0F and 1D. RGB value is (55,15,29). Sum of RGB (Red+Green+Blue) = 55+15+29=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #370F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F1D is #C8F0E2. Grayscale: #1C1C1C. Windows color (decimal): -13168867 or 1904439. OLE color: 1904439.

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

Color convert

RGB 55 15 29 -
CMYK 0 0.73 0.47 0.78
HSL 339º 0.57% 0.14% -
HSV(B) 339º 0.73% 0.22% -
XYZ 1.97 1.24 1.3 -
YUV 28.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 55 15 29 0 0.73 0.47 0.78 339 0.57 0.14
Hex 37 F 1D 0 49 2F 4E 153 39 E
Octal 67 17 35 0 111 57 116 523 71 16
Binary 110111 1111 11101 0 1001001 101111 1001110 101010011 111001 1110

Color Harmonies of #370F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F1D

Black with #370F1D

Text Example


Text Example

White with #370F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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