#952539

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

Shades of Bright Red #952539

Tints of Bright Red #952539

Color information

#952539 (or 0x952539) is unknown color: approx Bright Red. HEX triplet: 95, 25 and 39. RGB value is (149,37,57). Sum of RGB (Red+Green+Blue) = 149+37+57=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #952539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952539 is #6ADAC6. Grayscale: #484848. Windows color (decimal): -7002823 or 3745173. OLE color: 3745173.

HSL color Cylindrical-coordinate representation of color #952539: hue angle of 349.29º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952539 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1493757-
CMYK00.750.620.42
HSL349.29º60.22%36.47%-
HSV(B)349.29º75.17%58.43%-
XYZ13.798.014.69-
YUV72.77119.11182.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.32%
GREEN value IS 37 (14.84% from 255) = 15.23%
BLUE value IS 57 (22.66% from 255) = 23.46%
R=61.32%
G=15.23%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149375700.750.620.42349.2960.2236.47
Hex95253904B3E2A15d3c24
Octal2254571011376525357444
Binary1001010110010111100101001011111110101010101011101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952539; }

 p { color: rgb(149,37,57); }

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

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

 a { background-color: rgb(149,37,57); }

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

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

 span { border-color: rgb(149,37,57); }

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