#261019

Color #261019 Temptress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Temptress #261019

Tints of Temptress #261019

Color information

#261019 (or 0x261019) is unknown color: approx Temptress. HEX triplet: 26, 10 and 19. RGB value is (38,16,25). Sum of RGB (Red+Green+Blue) = 38+16+25=79 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.10% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 38 - color contains mainly: red. Hex color #261019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261019 is #D9EFE6. Grayscale: #171717. Windows color (decimal): -14282727 or 1642534. OLE color: 1642534.

HSL color Cylindrical-coordinate representation of color #261019: hue angle of 335.45º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #261019 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.85.

Color convert

RGB381625-
CMYK00.580.340.85
HSL335.45º40.74%10.59%-
HSV(B)335.45º57.89%14.9%-
XYZ1.160.851.02-
YUV23.6128.79138.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 48.10%
GREEN value IS 16 (6.64% from 255) = 20.25%
BLUE value IS 25 (10.16% from 255) = 31.65%
R=48.10%
G=20.25%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38162500.580.340.85335.4540.7410.59
Hex26101903A225514f29b
Octal462031072421255175113
Binary1001101000011001011101010001010101011010011111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261019; }

 p { color: rgb(38,16,25); }

 H1.HeaderClassName
 {
   color: #261019;
 }
 .AnyTagClassName
 {
   color: #261019;
 }
</style>
background-color css

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

 a { background-color: rgb(38,16,25); }

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

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

 span { border-color: rgb(38,16,25); }

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