Html Css Color HEX #950309 Sangria

📋 copy color: '#950309'

red 149 ◦ green 3 ◦ blue 9

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

Shades of Sangria #950309

Tints of Sangria #950309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

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

R = 92.55%
G = 1.86%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#950309 (or 0x950309) is known color: Sangria. HEX triplet: 95, 03 and 09. RGB value is (149,3,9). Sum of RGB (Red+Green+Blue) = 149+3+9=161 (21% of max value = 765). Red value is 149 (58.59% from 255 or 92.55% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 149 - color contains mainly: red. Hex color #950309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950309 is #6AFCF6. Grayscale: #2F2F2F. Windows color (decimal): -7011575 or 590741. OLE color: 590741.

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

Color convert

RGB 149 3 9 -
CMYK 0 0.98 0.94 0.42
HSL 357.53º 0.96% 0.3% -
HSV(B) 357.53º 0.98% 0.58% -
XYZ 12.48 6.47 0.85 -
YUV 47.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 149 3 9 0 0.98 0.94 0.42 357.53 0.96 0.3
Hex 95 3 9 0 62 5E 2A 166 60 1E
Octal 225 3 11 0 142 136 52 546 140 36
Binary 10010101 11 1001 0 1100010 1011110 101010 101100110 1100000 11110

Color Harmonies of #950309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950309

Black with #950309

Text Example


Text Example

White with #950309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950309; }

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

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

background-color css

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

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

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

border-color css

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

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

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