#96133B

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

Shades of Bright Red #96133B

Tints of Bright Red #96133B

Color information

#96133B (or 0x96133B) is unknown color: approx Bright Red. HEX triplet: 96, 13 and 3B. RGB value is (150,19,59). Sum of RGB (Red+Green+Blue) = 150+19+59=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #96133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96133B is #69ECC4. Grayscale: #3E3E3E. Windows color (decimal): -6941893 or 3871638. OLE color: 3871638.

HSL color Cylindrical-coordinate representation of color #96133B: hue angle of 341.68º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96133B is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1501959-
CMYK00.870.610.41
HSL341.68º77.51%33.14%-
HSV(B)341.68º87.33%58.82%-
XYZ13.67.274.82-
YUV62.73125.9190.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.79%
GREEN value IS 19 (7.81% from 255) = 8.33%
BLUE value IS 59 (23.44% from 255) = 25.88%
R=65.79%
G=8.33%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150195900.870.610.41341.6877.5133.14
Hex96133B0573D291564e21
Octal22623730127755152611641
Binary1001011010011111011010101111111011010011010101101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96133B; }

 p { color: rgb(150,19,59); }

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

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

 a { background-color: rgb(150,19,59); }

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

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

 span { border-color: rgb(150,19,59); }

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