Html Css Color HEX #950508 Sangria

📋 copy color: '#950508'

red 149 ◦ green 5 ◦ blue 8

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

Shades of Sangria #950508

Tints of Sangria #950508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.09%

 BLUE value IS 8 (3.52% from 255) = 4.94%

R = 91.98%
G = 3.09%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#950508 (or 0x950508) is known color: Sangria. HEX triplet: 95, 05 and 08. RGB value is (149,5,8). Sum of RGB (Red+Green+Blue) = 149+5+8=162 (21% of max value = 765). Red value is 149 (58.59% from 255 or 91.98% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 149 - color contains mainly: red. Hex color #950508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950508 is #6AFAF7. Grayscale: #303030. Windows color (decimal): -7011064 or 525717. OLE color: 525717.

HSL color Cylindrical-coordinate representation of color #950508: hue angle of 358.75º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950508 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 5 8 -
CMYK 0 0.97 0.95 0.42
HSL 358.75º 0.94% 0.3% -
HSV(B) 358.75º 0.97% 0.58% -
XYZ 12.49 6.52 0.83 -
YUV 48.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 149 5 8 0 0.97 0.95 0.42 358.75 0.94 0.3
Hex 95 5 8 0 61 5F 2A 167 5E 1E
Octal 225 5 10 0 141 137 52 547 136 36
Binary 10010101 101 1000 0 1100001 1011111 101010 101100111 1011110 11110

Color Harmonies of #950508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950508

Black with #950508

Text Example


Text Example

White with #950508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950508; }

 p { color: rgb(149,5,8); }

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

background-color css

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

 a { background-color: rgb(149,5,8); }

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

border-color css

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

 span { border-color: rgb(149,5,8); }

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