Html Css Color HEX #441D26 Temptress

📋 copy color: '#441D26'

red 68 ◦ green 29 ◦ blue 38

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

Shades of Temptress #441D26

Tints of Temptress #441D26

RGB

 RED value IS 68 (26.95% from 255) = 50.37%

 GREEN value IS 29 (11.72% from 255) = 21.48%

 BLUE value IS 38 (15.23% from 255) = 28.15%

R = 50.37%
G = 21.48%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#441D26 (or 0x441D26) is known color: Temptress. HEX triplet: 44, 1D and 26. RGB value is (68,29,38). Sum of RGB (Red+Green+Blue) = 68+29+38=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #441D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D26 is #BBE2D9. Grayscale: #292929. Windows color (decimal): -12313306 or 2497860. OLE color: 2497860.

HSL color Cylindrical-coordinate representation of color #441D26: hue angle of 346.15º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #441D26 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 29 38 -
CMYK 0 0.57 0.44 0.73
HSL 346.15º 0.4% 0.19% -
HSV(B) 346.15º 0.57% 0.27% -
XYZ 3.17 2.25 2.1 -
YUV 41.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 68 29 38 0 0.57 0.44 0.73 346.15 0.4 0.19
Hex 44 1D 26 0 39 2C 49 15A 28 13
Octal 104 35 46 0 71 54 111 532 50 23
Binary 1000100 11101 100110 0 111001 101100 1001001 101011010 101000 10011

Color Harmonies of #441D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D26

Black with #441D26

Text Example


Text Example

White with #441D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441D26; }

 p { color: rgb(68,29,38); }

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

background-color css

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

 a { background-color: rgb(68,29,38); }

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

border-color css

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

 span { border-color: rgb(68,29,38); }

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