Html Css Color HEX #981013 Sangria

📋 copy color: '#981013'

red 152 ◦ green 16 ◦ blue 19

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

Shades of Sangria #981013

Tints of Sangria #981013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.56%

 BLUE value IS 19 (7.81% from 255) = 10.16%

R = 81.28%
G = 8.56%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#981013 (or 0x981013) is known color: Sangria. HEX triplet: 98, 10 and 13. RGB value is (152,16,19). Sum of RGB (Red+Green+Blue) = 152+16+19=187 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.28% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 152 - color contains mainly: red. Hex color #981013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981013 is #67EFEC. Grayscale: #393939. Windows color (decimal): -6811629 or 1249432. OLE color: 1249432.

HSL color Cylindrical-coordinate representation of color #981013: hue angle of 358.68º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981013 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 16 19 -
CMYK 0 0.89 0.87 0.40
HSL 358.68º 0.81% 0.33% -
HSV(B) 358.68º 0.89% 0.6% -
XYZ 13.25 7.09 1.29 -
YUV 57.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 152 16 19 0 0.89 0.87 0.40 358.68 0.81 0.33
Hex 98 10 13 0 59 57 28 167 51 21
Octal 230 20 23 0 131 127 50 547 121 41
Binary 10011000 10000 10011 0 1011001 1010111 101000 101100111 1010001 100001

Color Harmonies of #981013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981013

Black with #981013

Text Example


Text Example

White with #981013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981013; }

 p { color: rgb(152,16,19); }

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

background-color css

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

 a { background-color: rgb(152,16,19); }

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

border-color css

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

 span { border-color: rgb(152,16,19); }

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