#952531

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

Shades of Bright Red #952531

Tints of Bright Red #952531

Color information

#952531 (or 0x952531) is unknown color: approx Bright Red. HEX triplet: 95, 25 and 31. RGB value is (149,37,49). Sum of RGB (Red+Green+Blue) = 149+37+49=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #952531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952531 is #6ADACE. Grayscale: #474747. Windows color (decimal): -7002831 or 3220885. OLE color: 3220885.

HSL color Cylindrical-coordinate representation of color #952531: hue angle of 353.57º 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 #952531 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB1493749-
CMYK00.750.670.42
HSL353.57º60.22%36.47%-
HSV(B)353.57º75.17%58.43%-
XYZ13.617.933.72-
YUV71.86115.11183.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.40%
GREEN value IS 37 (14.84% from 255) = 15.74%
BLUE value IS 49 (19.53% from 255) = 20.85%
R=63.40%
G=15.74%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149374900.750.670.42353.5760.2236.47
Hex95253104B432A1623c24
Octal22545610113103525427444
Binary10010101100101110001010010111000011101010101100010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952531; }

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

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

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

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

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

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

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

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