#95133B

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

Shades of Shiraz #95133B

Tints of Shiraz #95133B

Color information

#95133B (or 0x95133B) is unknown color: approx Shiraz. HEX triplet: 95, 13 and 3B. RGB value is (149,19,59). Sum of RGB (Red+Green+Blue) = 149+19+59=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #95133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95133B is #6AECC4. Grayscale: #3E3E3E. Windows color (decimal): -7007429 or 3871637. OLE color: 3871637.

HSL color Cylindrical-coordinate representation of color #95133B: hue angle of 341.54º 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 #95133B is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1491959-
CMYK00.870.600.42
HSL341.54º77.38%32.94%-
HSV(B)341.54º87.25%58.43%-
XYZ13.427.174.81-
YUV62.43126.07189.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.64%
GREEN value IS 19 (7.81% from 255) = 8.37%
BLUE value IS 59 (23.44% from 255) = 25.99%
R=65.64%
G=8.37%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149195900.870.600.42341.5477.3832.94
Hex95133B0573C2A1564d21
Octal22523730127745252611541
Binary1001010110011111011010101111111001010101010101101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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