#952741

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

Shades of Bright Red #952741

Tints of Bright Red #952741

Color information

#952741 (or 0x952741) is unknown color: approx Bright Red. HEX triplet: 95, 27 and 41. RGB value is (149,39,65). Sum of RGB (Red+Green+Blue) = 149+39+65=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #952741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952741 is #6AD8BE. Grayscale: #4A4A4A. Windows color (decimal): -7002303 or 4269973. OLE color: 4269973.

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

Color convert

RGB1493965-
CMYK00.740.560.42
HSL345.82º58.51%36.86%-
HSV(B)345.82º73.83%58.43%-
XYZ14.078.225.85-
YUV74.85122.44180.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.89%
GREEN value IS 39 (15.62% from 255) = 15.42%
BLUE value IS 65 (25.78% from 255) = 25.69%
R=58.89%
G=15.42%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149396500.740.560.42345.8258.5136.86
Hex95274104A382A15a3b25
Octal22547101011270525327345
Binary10010101100111100000101001010111000101010101011010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952741; }

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

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

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

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

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

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

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

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