#951B37

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

Shades of Bright Red #951B37

Tints of Bright Red #951B37

Color information

#951B37 (or 0x951B37) is unknown color: approx Bright Red. HEX triplet: 95, 1B and 37. RGB value is (149,27,55). Sum of RGB (Red+Green+Blue) = 149+27+55=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #951B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951B37 is #6AE4C8. Grayscale: #424242. Windows color (decimal): -7005385 or 3611541. OLE color: 3611541.

HSL color Cylindrical-coordinate representation of color #951B37: hue angle of 346.23º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951B37 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB1492755-
CMYK00.820.630.42
HSL346.23º69.32%34.51%-
HSV(B)346.23º81.88%58.43%-
XYZ13.487.454.34-
YUV66.67121.42186.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.50%
GREEN value IS 27 (10.94% from 255) = 11.69%
BLUE value IS 55 (21.88% from 255) = 23.81%
R=64.50%
G=11.69%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149275500.820.630.42346.2369.3234.51
Hex951B370523F2A15a4523
Octal22533670122775253210543
Binary1001010111011110111010100101111111010101010110101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951B37; }

 p { color: rgb(149,27,55); }

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

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

 a { background-color: rgb(149,27,55); }

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

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

 span { border-color: rgb(149,27,55); }

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