#952533

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

Shades of Bright Red #952533

Tints of Bright Red #952533

Color information

#952533 (or 0x952533) is unknown color: approx Bright Red. HEX triplet: 95, 25 and 33. RGB value is (149,37,51). Sum of RGB (Red+Green+Blue) = 149+37+51=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #952533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952533 is #6ADACC. Grayscale: #484848. Windows color (decimal): -7002829 or 3351957. OLE color: 3351957.

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

Color convert

RGB1493751-
CMYK00.750.660.42
HSL352.5º60.22%36.47%-
HSV(B)352.5º75.17%58.43%-
XYZ13.657.953.95-
YUV72.08116.11182.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.87%
GREEN value IS 37 (14.84% from 255) = 15.61%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=62.87%
G=15.61%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149375100.750.660.42352.560.2236.47
Hex95253304B422A1603c24
Octal22545630113102525407444
Binary10010101100101110011010010111000010101010101100000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952533; }

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

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

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

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

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

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

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

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