Html Css Color HEX #950509 Sangria

📋 copy color: '#950509'

red 149 ◦ green 5 ◦ blue 9

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

Shades of Sangria #950509

Tints of Sangria #950509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.52%

R = 91.41%
G = 3.07%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#950509 (or 0x950509) is known color: Sangria. HEX triplet: 95, 05 and 09. RGB value is (149,5,9). Sum of RGB (Red+Green+Blue) = 149+5+9=163 (21% of max value = 765). Red value is 149 (58.59% from 255 or 91.41% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 149 - color contains mainly: red. Hex color #950509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950509 is #6AFAF6. Grayscale: #303030. Windows color (decimal): -7011063 or 591253. OLE color: 591253.

HSL color Cylindrical-coordinate representation of color #950509: hue angle of 358.33º 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 #950509 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 5 9 -
CMYK 0 0.97 0.94 0.42
HSL 358.33º 0.94% 0.3% -
HSV(B) 358.33º 0.97% 0.58% -
XYZ 12.5 6.52 0.86 -
YUV 48.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 149 5 9 0 0.97 0.94 0.42 358.33 0.94 0.3
Hex 95 5 9 0 61 5E 2A 166 5E 1E
Octal 225 5 11 0 141 136 52 546 136 36
Binary 10010101 101 1001 0 1100001 1011110 101010 101100110 1011110 11110

Color Harmonies of #950509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950509

Black with #950509

Text Example


Text Example

White with #950509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950509; }

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

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

background-color css

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

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

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

border-color css

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

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

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