#95133A

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

Shades of Bright Red #95133A

Tints of Bright Red #95133A

Color information

#95133A (or 0x95133A) is unknown color: approx Bright Red. HEX triplet: 95, 13 and 3A. RGB value is (149,19,58). Sum of RGB (Red+Green+Blue) = 149+19+58=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #95133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95133A is #6AECC5. Grayscale: #3E3E3E. Windows color (decimal): -7007430 or 3806101. OLE color: 3806101.

HSL color Cylindrical-coordinate representation of color #95133A: hue angle of 342º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95133A is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1491958-
CMYK00.870.610.42
HSL342º77.38%32.94%-
HSV(B)342º87.25%58.43%-
XYZ13.397.164.68-
YUV62.32125.57189.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.93%
GREEN value IS 19 (7.81% from 255) = 8.41%
BLUE value IS 58 (23.05% from 255) = 25.66%
R=65.93%
G=8.41%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149195800.870.610.4234277.3832.94
Hex95133A0573D2A1564d21
Octal22523720127755252611541
Binary1001010110011111010010101111111011010101010101101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95133A; }

 p { color: rgb(149,19,58); }

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

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

 a { background-color: rgb(149,19,58); }

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

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

 span { border-color: rgb(149,19,58); }

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