Html Css Color HEX #95133C Shiraz

📋 copy color: '#95133C'

red 149 ◦ green 19 ◦ blue 60

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

Shades of Shiraz #95133C

Tints of Shiraz #95133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.33%

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

R = 65.35%
G = 8.33%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95133C (or 0x95133C) is known color: Shiraz. HEX triplet: 95, 13 and 3C. RGB value is (149,19,60). Sum of RGB (Red+Green+Blue) = 149+19+60=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #95133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95133C is #6AECC3. Grayscale: #3E3E3E. Windows color (decimal): -7007428 or 3937173. OLE color: 3937173.

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

Color convert

RGB 149 19 60 -
CMYK 0 0.87 0.60 0.42
HSL 341.08º 0.77% 0.33% -
HSV(B) 341.08º 0.87% 0.58% -
XYZ 13.44 7.18 4.95 -
YUV 62.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 149 19 60 0 0.87 0.60 0.42 341.08 0.77 0.33
Hex 95 13 3C 0 57 3C 2A 155 4D 21
Octal 225 23 74 0 127 74 52 525 115 41
Binary 10010101 10011 111100 0 1010111 111100 101010 101010101 1001101 100001

Color Harmonies of #95133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95133C

Black with #95133C

Text Example


Text Example

White with #95133C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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