Html Css Color HEX #950F39 Shiraz

📋 copy color: '#950F39'

red 149 ◦ green 15 ◦ blue 57

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

Shades of Shiraz #950F39

Tints of Shiraz #950F39

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.79%

 BLUE value IS 57 (22.66% from 255) = 25.79%

R = 67.42%
G = 6.79%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#950F39 (or 0x950F39) is known color: Shiraz. HEX triplet: 95, 0F and 39. RGB value is (149,15,57). Sum of RGB (Red+Green+Blue) = 149+15+57=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #950F39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F39 is #6AF0C6. Grayscale: #3B3B3B. Windows color (decimal): -7008455 or 3739541. OLE color: 3739541.

HSL color Cylindrical-coordinate representation of color #950F39: hue angle of 341.19º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F39 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 15 57 -
CMYK 0 0.90 0.62 0.42
HSL 341.19º 0.82% 0.32% -
HSV(B) 341.19º 0.9% 0.58% -
XYZ 13.3 7.03 4.53 -
YUV 59.85 126.39 191.58 -
System Red Green Blue C M Y K H S L
Decimal 149 15 57 0 0.90 0.62 0.42 341.19 0.82 0.32
Hex 95 F 39 0 5A 3E 2A 155 52 20
Octal 225 17 71 0 132 76 52 525 122 40
Binary 10010101 1111 111001 0 1011010 111110 101010 101010101 1010010 100000

Color Harmonies of #950F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950F39

Black with #950F39

Text Example


Text Example

White with #950F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950F39; }

 p { color: rgb(149,15,57); }

 H1.HeaderClassName
 {
   color: #950F39;
 }
 .AnyTagClassName
 {
   color: #950F39;
 }
</style>

background-color css

<style>
 a { background-color: #950F39; }

 a { background-color: rgb(149,15,57); }

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

border-color css

<style>
 span { border-color: #950F39; }

 span { border-color: rgb(149,15,57); }

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