#952639

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

Shades of Bright Red #952639

Tints of Bright Red #952639

Color information

#952639 (or 0x952639) is unknown color: approx Bright Red. HEX triplet: 95, 26 and 39. RGB value is (149,38,57). Sum of RGB (Red+Green+Blue) = 149+38+57=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #952639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952639 is #6AD9C6. Grayscale: #494949. Windows color (decimal): -7002567 or 3745429. OLE color: 3745429.

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

Color convert

RGB1493857-
CMYK00.740.620.42
HSL349.73º59.36%36.67%-
HSV(B)349.73º74.5%58.43%-
XYZ13.838.074.7-
YUV73.36118.77181.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.07%
GREEN value IS 38 (15.23% from 255) = 15.57%
BLUE value IS 57 (22.66% from 255) = 23.36%
R=61.07%
G=15.57%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149385700.740.620.42349.7359.3636.67
Hex95263904A3E2A15e3b25
Octal2254671011276525367345
Binary1001010110011011100101001010111110101010101011110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952639; }

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

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

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

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

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

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

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

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