#952631

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

Shades of Bright Red #952631

Tints of Bright Red #952631

Color information

#952631 (or 0x952631) is unknown color: approx Bright Red. HEX triplet: 95, 26 and 31. RGB value is (149,38,49). Sum of RGB (Red+Green+Blue) = 149+38+49=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #952631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952631 is #6AD9CE. Grayscale: #484848. Windows color (decimal): -7002575 or 3221141. OLE color: 3221141.

HSL color Cylindrical-coordinate representation of color #952631: hue angle of 354.05º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952631 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB1493849-
CMYK00.740.670.42
HSL354.05º59.36%36.67%-
HSV(B)354.05º74.5%58.43%-
XYZ13.6483.73-
YUV72.44114.77182.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.14%
GREEN value IS 38 (15.23% from 255) = 16.10%
BLUE value IS 49 (19.53% from 255) = 20.76%
R=63.14%
G=16.10%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149384900.740.670.42354.0559.3636.67
Hex95263104A432A1623b25
Octal22546610112103525427345
Binary10010101100110110001010010101000011101010101100010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952631; }

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

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

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

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

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

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

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

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