Html Css Color HEX #41181F Temptress

📋 copy color: '#41181F'

red 65 ◦ green 24 ◦ blue 31

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

Shades of Temptress #41181F

Tints of Temptress #41181F

RGB

 RED value IS 65 (25.78% from 255) = 54.17%

 GREEN value IS 24 (9.77% from 255) = 20%

 BLUE value IS 31 (12.5% from 255) = 25.83%

R = 54.17%
G = 20%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41181F (or 0x41181F) is known color: Temptress. HEX triplet: 41, 18 and 1F. RGB value is (65,24,31). Sum of RGB (Red+Green+Blue) = 65+24+31=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #41181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41181F is #BEE7E0. Grayscale: #252525. Windows color (decimal): -12511201 or 2037825. OLE color: 2037825.

HSL color Cylindrical-coordinate representation of color #41181F: hue angle of 349.76º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41181F is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 24 31 -
CMYK 0 0.63 0.52 0.75
HSL 349.76º 0.46% 0.17% -
HSV(B) 349.76º 0.63% 0.25% -
XYZ 2.75 1.88 1.51 -
YUV 37.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 65 24 31 0 0.63 0.52 0.75 349.76 0.46 0.17
Hex 41 18 1F 0 3F 34 4B 15E 2E 11
Octal 101 30 37 0 77 64 113 536 56 21
Binary 1000001 11000 11111 0 111111 110100 1001011 101011110 101110 10001

Color Harmonies of #41181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41181F

Black with #41181F

Text Example


Text Example

White with #41181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41181F; }

 p { color: rgb(65,24,31); }

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

background-color css

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

 a { background-color: rgb(65,24,31); }

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

border-color css

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

 span { border-color: rgb(65,24,31); }

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