#952733

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

Shades of Bright Red #952733

Tints of Bright Red #952733

Color information

#952733 (or 0x952733) is unknown color: approx Bright Red. HEX triplet: 95, 27 and 33. RGB value is (149,39,51). Sum of RGB (Red+Green+Blue) = 149+39+51=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #952733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952733 is #6AD8CC. Grayscale: #494949. Windows color (decimal): -7002317 or 3352469. OLE color: 3352469.

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

Color convert

RGB1493951-
CMYK00.740.660.42
HSL353.45º58.51%36.86%-
HSV(B)353.45º73.83%58.43%-
XYZ13.728.083.97-
YUV73.26115.44182.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.34%
GREEN value IS 39 (15.62% from 255) = 16.32%
BLUE value IS 51 (20.31% from 255) = 21.34%
R=62.34%
G=16.32%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149395100.740.660.42353.4558.5136.86
Hex95273304A422A1613b25
Octal22547630112102525417345
Binary10010101100111110011010010101000010101010101100001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952733; }

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

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

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

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

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

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

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

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