#952033

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

Shades of Bright Red #952033

Tints of Bright Red #952033

Color information

#952033 (or 0x952033) is unknown color: approx Bright Red. HEX triplet: 95, 20 and 33. RGB value is (149,32,51). Sum of RGB (Red+Green+Blue) = 149+32+51=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #952033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952033 is #6ADFCC. Grayscale: #454545. Windows color (decimal): -7004109 or 3350677. OLE color: 3350677.

HSL color Cylindrical-coordinate representation of color #952033: hue angle of 350.26º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952033 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1493251-
CMYK00.790.660.42
HSL350.26º64.64%35.49%-
HSV(B)350.26º78.52%58.43%-
XYZ13.517.663.9-
YUV69.15117.76184.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.22%
GREEN value IS 32 (12.89% from 255) = 13.79%
BLUE value IS 51 (20.31% from 255) = 21.98%
R=64.22%
G=13.79%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149325100.790.660.42350.2664.6435.49
Hex95203304F422A15e4123
Octal225406301171025253610143
Binary100101011000001100110100111110000101010101010111101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952033; }

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

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

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

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

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

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

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

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