#951339

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

Shades of Bright Red #951339

Tints of Bright Red #951339

Color information

#951339 (or 0x951339) is unknown color: approx Bright Red. HEX triplet: 95, 13 and 39. RGB value is (149,19,57). Sum of RGB (Red+Green+Blue) = 149+19+57=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #951339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951339 is #6AECC6. Grayscale: #3E3E3E. Windows color (decimal): -7007431 or 3740565. OLE color: 3740565.

HSL color Cylindrical-coordinate representation of color #951339: hue angle of 342.46º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951339 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1491957-
CMYK00.870.620.42
HSL342.46º77.38%32.94%-
HSV(B)342.46º87.25%58.43%-
XYZ13.377.154.55-
YUV62.2125.07189.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.22%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 57 (22.66% from 255) = 25.33%
R=66.22%
G=8.44%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149195700.870.620.42342.4677.3832.94
Hex9513390573E2A1564d21
Octal22523710127765252611541
Binary1001010110011111001010101111111101010101010101101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951339; }

 p { color: rgb(149,19,57); }

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

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

 a { background-color: rgb(149,19,57); }

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

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

 span { border-color: rgb(149,19,57); }

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