#952628

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

Shades of Bright Red #952628

Tints of Bright Red #952628

Color information

#952628 (or 0x952628) is unknown color: approx Bright Red. HEX triplet: 95, 26 and 28. RGB value is (149,38,40). Sum of RGB (Red+Green+Blue) = 149+38+40=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #952628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952628 is #6AD9D7. Grayscale: #474747. Windows color (decimal): -7002584 or 2631317. OLE color: 2631317.

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

Color convert

RGB1493840-
CMYK00.740.730.42
HSL358.92º59.36%36.67%-
HSV(B)358.92º74.5%58.43%-
XYZ13.477.932.83-
YUV71.42110.27183.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.64%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 40 (16.02% from 255) = 17.62%
R=65.64%
G=16.74%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149384000.740.730.42358.9259.3636.67
Hex95262804A492A1673b25
Octal22546500112111525477345
Binary10010101100110101000010010101001001101010101100111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952628; }

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

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

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

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

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

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

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

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