Html Css Color HEX #950103 Sangria

📋 copy color: '#950103'

red 149 ◦ green 1 ◦ blue 3

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

Shades of Sangria #950103

Tints of Sangria #950103

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 3 (1.56% from 255) = 1.96%

R = 97.39%
G = 0.65%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#950103 (or 0x950103) is known color: Sangria. HEX triplet: 95, 01 and 03. RGB value is (149,1,3). Sum of RGB (Red+Green+Blue) = 149+1+3=153 (20% of max value = 765). Red value is 149 (58.59% from 255 or 97.39% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 149 - color contains mainly: red. Hex color #950103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950103 is #6AFEFC. Grayscale: #2D2D2D. Windows color (decimal): -7012093 or 197013. OLE color: 197013.

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

Color convert

RGB 149 1 3 -
CMYK 0 0.99 0.98 0.42
HSL 359.19º 0.99% 0.29% -
HSV(B) 359.19º 0.99% 0.58% -
XYZ 12.42 6.42 0.67 -
YUV 45.48 104.03 201.84 -
System Red Green Blue C M Y K H S L
Decimal 149 1 3 0 0.99 0.98 0.42 359.19 0.99 0.29
Hex 95 1 3 0 63 62 2A 167 63 1D
Octal 225 1 3 0 143 142 52 547 143 35
Binary 10010101 1 11 0 1100011 1100010 101010 101100111 1100011 11101

Color Harmonies of #950103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950103

Black with #950103

Text Example


Text Example

White with #950103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950103; }

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

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

background-color css

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

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

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

border-color css

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

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

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