#961538

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

Shades of Bright Red #961538

Tints of Bright Red #961538

Color information

#961538 (or 0x961538) is unknown color: approx Bright Red. HEX triplet: 96, 15 and 38. RGB value is (150,21,56). Sum of RGB (Red+Green+Blue) = 150+21+56=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #961538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961538 is #69EAC7. Grayscale: #3F3F3F. Windows color (decimal): -6941384 or 3675542. OLE color: 3675542.

HSL color Cylindrical-coordinate representation of color #961538: hue angle of 343.72º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961538 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1502156-
CMYK00.860.630.41
HSL343.72º75.44%33.53%-
HSV(B)343.72º86%58.82%-
XYZ13.567.314.44-
YUV63.56123.74189.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.08%
GREEN value IS 21 (8.59% from 255) = 9.25%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=66.08%
G=9.25%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150215600.860.630.41343.7275.4433.53
Hex9615380563F291584b22
Octal22625700126775153011342
Binary1001011010101111000010101101111111010011010110001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961538; }

 p { color: rgb(150,21,56); }

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

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

 a { background-color: rgb(150,21,56); }

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

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

 span { border-color: rgb(150,21,56); }

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