Html Css Color HEX #95113C Shiraz

📋 copy color: '#95113C'

red 149 ◦ green 17 ◦ blue 60

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

Shades of Shiraz #95113C

Tints of Shiraz #95113C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.55%

R = 65.93%
G = 7.52%
B = 26.55%

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

#95113C (or 0x95113C) is known color: Shiraz. HEX triplet: 95, 11 and 3C. RGB value is (149,17,60). Sum of RGB (Red+Green+Blue) = 149+17+60=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #95113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95113C is #6AEEC3. Grayscale: #3D3D3D. Windows color (decimal): -7007940 or 3936661. OLE color: 3936661.

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

Color convert

RGB 149 17 60 -
CMYK 0 0.89 0.60 0.42
HSL 340.45º 0.8% 0.33% -
HSV(B) 340.45º 0.89% 0.58% -
XYZ 13.41 7.12 4.94 -
YUV 61.37 127.23 190.5 -
System Red Green Blue C M Y K H S L
Decimal 149 17 60 0 0.89 0.60 0.42 340.45 0.8 0.33
Hex 95 11 3C 0 59 3C 2A 154 50 21
Octal 225 21 74 0 131 74 52 524 120 41
Binary 10010101 10001 111100 0 1011001 111100 101010 101010100 1010000 100001

Color Harmonies of #95113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95113C

Black with #95113C

Text Example


Text Example

White with #95113C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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