Html Css Color HEX #980103 Sangria

📋 copy color: '#980103'

red 152 ◦ green 1 ◦ blue 3

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

Shades of Sangria #980103

Tints of Sangria #980103

RGB

 RED value IS 152 (59.77% from 255) = 97.44%

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

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

R = 97.44%
G = 0.64%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.40

RGB Variations

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

Color information

#980103 (or 0x980103) is known color: Sangria. HEX triplet: 98, 01 and 03. RGB value is (152,1,3). Sum of RGB (Red+Green+Blue) = 152+1+3=156 (20% of max value = 765). Red value is 152 (59.77% from 255 or 97.44% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 152 - color contains mainly: red. Hex color #980103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980103 is #67FEFC. Grayscale: #2E2E2E. Windows color (decimal): -6815485 or 197016. OLE color: 197016.

HSL color Cylindrical-coordinate representation of color #980103: 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 #980103 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 1 3 -
CMYK 0 0.99 0.98 0.40
HSL 359.21º 0.99% 0.3% -
HSV(B) 359.21º 0.99% 0.6% -
XYZ 12.98 6.7 0.7 -
YUV 46.38 103.53 203.34 -
System Red Green Blue C M Y K H S L
Decimal 152 1 3 0 0.99 0.98 0.40 359.21 0.99 0.3
Hex 98 1 3 0 63 62 28 167 63 1E
Octal 230 1 3 0 143 142 50 547 143 36
Binary 10011000 1 11 0 1100011 1100010 101000 101100111 1100011 11110

Color Harmonies of #980103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980103

Black with #980103

Text Example


Text Example

White with #980103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980103; }

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

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

background-color css

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

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

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

border-color css

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

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

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