Html Css Color HEX #990103 Sangria

📋 copy color: '#990103'

red 153 ◦ green 1 ◦ blue 3

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

Shades of Sangria #990103

Tints of Sangria #990103

RGB

 RED value IS 153 (60.16% from 255) = 97.45%

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

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

R = 97.45%
G = 0.64%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#990103 (or 0x990103) is known color: Sangria. HEX triplet: 99, 01 and 03. RGB value is (153,1,3). Sum of RGB (Red+Green+Blue) = 153+1+3=157 (20% of max value = 765). Red value is 153 (60.16% from 255 or 97.45% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 153 - color contains mainly: red. Hex color #990103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990103 is #66FEFC. Grayscale: #2E2E2E. Windows color (decimal): -6749949 or 197017. OLE color: 197017.

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

Color convert

RGB 153 1 3 -
CMYK 0 0.99 0.98 0.4
HSL 359.21º 0.99% 0.3% -
HSV(B) 359.21º 0.99% 0.6% -
XYZ 13.16 6.8 0.7 -
YUV 46.68 103.36 203.84 -
System Red Green Blue C M Y K H S L
Decimal 153 1 3 0 0.99 0.98 0.4 359.21 0.99 0.3
Hex 99 1 3 0 63 62 28 167 63 1E
Octal 231 1 3 0 143 142 50 547 143 36
Binary 10011001 1 11 0 1100011 1100010 101000 101100111 1100011 11110

Color Harmonies of #990103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990103

Black with #990103

Text Example


Text Example

White with #990103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990103; }

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

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

background-color css

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

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

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

border-color css

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

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

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