#951831

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

Shades of Bright Red #951831

Tints of Bright Red #951831

Color information

#951831 (or 0x951831) is unknown color: approx Bright Red. HEX triplet: 95, 18 and 31. RGB value is (149,24,49). Sum of RGB (Red+Green+Blue) = 149+24+49=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #951831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951831 is #6AE7CE. Grayscale: #404040. Windows color (decimal): -7006159 or 3217557. OLE color: 3217557.

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

Color convert

RGB1492449-
CMYK00.840.670.42
HSL348º72.25%33.92%-
HSV(B)348º83.89%58.43%-
XYZ13.287.263.61-
YUV64.22119.41188.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.12%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 49 (19.53% from 255) = 22.07%
R=67.12%
G=10.81%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149244900.840.670.4234872.2533.92
Hex951831054432A15c4822
Octal225306101241035253411042
Binary10010101110001100010101010010000111010101010111001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951831; }

 p { color: rgb(149,24,49); }

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

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

 a { background-color: rgb(149,24,49); }

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

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

 span { border-color: rgb(149,24,49); }

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