#95113A

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

Shades of Shiraz #95113A

Tints of Shiraz #95113A

Color information

#95113A (or 0x95113A) is unknown color: approx Shiraz. HEX triplet: 95, 11 and 3A. RGB value is (149,17,58). Sum of RGB (Red+Green+Blue) = 149+17+58=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #95113A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95113A is #6AEEC5. Grayscale: #3D3D3D. Windows color (decimal): -7007942 or 3805589. OLE color: 3805589.

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

Color convert

RGB1491758-
CMYK00.890.610.42
HSL341.36º79.52%32.55%-
HSV(B)341.36º88.59%58.43%-
XYZ13.367.14.67-
YUV61.14126.23190.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.52%
GREEN value IS 17 (7.03% from 255) = 7.59%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=66.52%
G=7.59%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149175800.890.610.42341.3679.5232.55
Hex95113A0593D2A1555021
Octal22521720131755252512041
Binary1001010110001111010010110011111011010101010101011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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