#951736

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

Shades of Bright Red #951736

Tints of Bright Red #951736

Color information

#951736 (or 0x951736) is unknown color: approx Bright Red. HEX triplet: 95, 17 and 36. RGB value is (149,23,54). Sum of RGB (Red+Green+Blue) = 149+23+54=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #951736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951736 is #6AE8C9. Grayscale: #404040. Windows color (decimal): -7006410 or 3544981. OLE color: 3544981.

HSL color Cylindrical-coordinate representation of color #951736: hue angle of 345.24º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951736 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1492354-
CMYK00.850.640.42
HSL345.24º73.26%33.73%-
HSV(B)345.24º84.56%58.43%-
XYZ13.377.274.19-
YUV64.21122.24188.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.93%
GREEN value IS 23 (9.38% from 255) = 10.18%
BLUE value IS 54 (21.48% from 255) = 23.89%
R=65.93%
G=10.18%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149235400.850.640.42345.2473.2633.73
Hex951736055402A1594922
Octal225276601251005253111142
Binary10010101101111101100101010110000001010101010110011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951736; }

 p { color: rgb(149,23,54); }

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

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

 a { background-color: rgb(149,23,54); }

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

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

 span { border-color: rgb(149,23,54); }

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