Html Css Color HEX #950F38 Shiraz

📋 copy color: '#950F38'

red 149 ◦ green 15 ◦ blue 56

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

Shades of Shiraz #950F38

Tints of Shiraz #950F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.45%

R = 67.73%
G = 6.82%
B = 25.45%

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

#950F38 (or 0x950F38) is known color: Shiraz. HEX triplet: 95, 0F and 38. RGB value is (149,15,56). Sum of RGB (Red+Green+Blue) = 149+15+56=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #950F38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F38 is #6AF0C7. Grayscale: #3B3B3B. Windows color (decimal): -7008456 or 3674005. OLE color: 3674005.

HSL color Cylindrical-coordinate representation of color #950F38: hue angle of 341.64º 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 #950F38 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 15 56 -
CMYK 0 0.90 0.62 0.42
HSL 341.64º 0.82% 0.32% -
HSV(B) 341.64º 0.9% 0.58% -
XYZ 13.28 7.02 4.4 -
YUV 59.74 125.89 191.67 -
System Red Green Blue C M Y K H S L
Decimal 149 15 56 0 0.90 0.62 0.42 341.64 0.82 0.32
Hex 95 F 38 0 5A 3E 2A 156 52 20
Octal 225 17 70 0 132 76 52 526 122 40
Binary 10010101 1111 111000 0 1011010 111110 101010 101010110 1010010 100000

Color Harmonies of #950F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950F38

Black with #950F38

Text Example


Text Example

White with #950F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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