Html Css Color HEX #95113B Shiraz

📋 copy color: '#95113B'

red 149 ◦ green 17 ◦ blue 59

#95113B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shiraz #95113B

Tints of Shiraz #95113B

RGB

 RED value IS 149 (58.59% from 255) = 66.22%

 GREEN value IS 17 (7.03% from 255) = 7.56%

 BLUE value IS 59 (23.44% from 255) = 26.22%

R = 66.22%
G = 7.56%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95113B (or 0x95113B) is known color: Shiraz. HEX triplet: 95, 11 and 3B. RGB value is (149,17,59). Sum of RGB (Red+Green+Blue) = 149+17+59=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #95113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95113B is #6AEEC4. Grayscale: #3D3D3D. Windows color (decimal): -7007941 or 3871125. OLE color: 3871125.

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

Color convert

RGB 149 17 59 -
CMYK 0 0.89 0.60 0.42
HSL 340.91º 0.8% 0.33% -
HSV(B) 340.91º 0.89% 0.58% -
XYZ 13.38 7.11 4.8 -
YUV 61.26 126.73 190.58 -
System Red Green Blue C M Y K H S L
Decimal 149 17 59 0 0.89 0.60 0.42 340.91 0.8 0.33
Hex 95 11 3B 0 59 3C 2A 155 50 21
Octal 225 21 73 0 131 74 52 525 120 41
Binary 10010101 10001 111011 0 1011001 111100 101010 101010101 1010000 100001

Color Harmonies of #95113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95113B

Black with #95113B

Text Example


Text Example

White with #95113B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95113B;
 }
 .AnyTagClassName
 {
   color: #95113B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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