#952627

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

Shades of Bright Red #952627

Tints of Bright Red #952627

Color information

#952627 (or 0x952627) is unknown color: approx Bright Red. HEX triplet: 95, 26 and 27. RGB value is (149,38,39). Sum of RGB (Red+Green+Blue) = 149+38+39=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 39 (15.62% from 255 or 17.26% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #952627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952627 is #6AD9D8. Grayscale: #474747. Windows color (decimal): -7002585 or 2565781. OLE color: 2565781.

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

Color convert

RGB1493839-
CMYK00.740.740.42
HSL359.46º59.36%36.67%-
HSV(B)359.46º74.5%58.43%-
XYZ13.457.922.74-
YUV71.3109.77183.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.93%
GREEN value IS 38 (15.23% from 255) = 16.81%
BLUE value IS 39 (15.62% from 255) = 17.26%
R=65.93%
G=16.81%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149383900.740.740.42359.4659.3636.67
Hex95262704A4A2A1673b25
Octal22546470112112525477345
Binary10010101100110100111010010101001010101010101100111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952627; }

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

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

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

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

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

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

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

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