#25141A

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

Shades of Temptress #25141A

Tints of Temptress #25141A

Color information

#25141A (or 0x25141A) is unknown color: approx Temptress. HEX triplet: 25, 14 and 1A. RGB value is (37,20,26). Sum of RGB (Red+Green+Blue) = 37+20+26=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #25141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25141A is #DAEBE5. Grayscale: #191919. Windows color (decimal): -14347238 or 1709093. OLE color: 1709093.

HSL color Cylindrical-coordinate representation of color #25141A: hue angle of 338.82º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #25141A is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB372026-
CMYK00.460.300.85
HSL338.82º29.82%11.18%-
HSV(B)338.82º45.95%14.51%-
XYZ1.20.971.1-
YUV25.77128.13136.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.58%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 26 (10.55% from 255) = 31.33%
R=44.58%
G=24.10%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37202600.460.300.85338.8229.8211.18
Hex25141A02E1E551531eb
Octal452432056361255233613
Binary10010110100110100101110111101010101101010011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25141A; }

 p { color: rgb(37,20,26); }

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

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

 a { background-color: rgb(37,20,26); }

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

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

 span { border-color: rgb(37,20,26); }

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