#942831

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

Shades of Bright Red #942831

Tints of Bright Red #942831

Color information

#942831 (or 0x942831) is unknown color: approx Bright Red. HEX triplet: 94, 28 and 31. RGB value is (148,40,49). Sum of RGB (Red+Green+Blue) = 148+40+49=237 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.45% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 148 - color contains mainly: red. Hex color #942831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942831 is #6BD7CE. Grayscale: #494949. Windows color (decimal): -7067599 or 3221652. OLE color: 3221652.

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

Color convert

RGB1484049-
CMYK00.730.670.42
HSL355º57.45%36.86%-
HSV(B)355º72.97%58.04%-
XYZ13.538.043.74-
YUV73.32114.28181.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 62.45%
GREEN value IS 40 (16.02% from 255) = 16.88%
BLUE value IS 49 (19.53% from 255) = 20.68%
R=62.45%
G=16.88%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148404900.730.670.4235557.4536.86
Hex942831049432A1633925
Octal22450610111103525437145
Binary10010100101000110001010010011000011101010101100011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942831; }

 p { color: rgb(148,40,49); }

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

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

 a { background-color: rgb(148,40,49); }

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

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

 span { border-color: rgb(148,40,49); }

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