Html Css Color HEX #911013 Sangria

📋 copy color: '#911013'

red 145 ◦ green 16 ◦ blue 19

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

Shades of Sangria #911013

Tints of Sangria #911013

RGB

 RED value IS 145 (57.03% from 255) = 80.56%

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

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

R = 80.56%
G = 8.89%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#911013 (or 0x911013) is known color: Sangria. HEX triplet: 91, 10 and 13. RGB value is (145,16,19). Sum of RGB (Red+Green+Blue) = 145+16+19=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #911013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911013 is #6EEFEC. Grayscale: #373737. Windows color (decimal): -7270381 or 1249425. OLE color: 1249425.

HSL color Cylindrical-coordinate representation of color #911013: hue angle of 358.6º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #911013 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 16 19 -
CMYK 0 0.89 0.87 0.43
HSL 358.6º 0.8% 0.32% -
HSV(B) 358.6º 0.89% 0.57% -
XYZ 11.98 6.44 1.23 -
YUV 54.91 107.74 192.26 -
System Red Green Blue C M Y K H S L
Decimal 145 16 19 0 0.89 0.87 0.43 358.6 0.8 0.32
Hex 91 10 13 0 59 57 2B 167 50 20
Octal 221 20 23 0 131 127 53 547 120 40
Binary 10010001 10000 10011 0 1011001 1010111 101011 101100111 1010000 100000

Color Harmonies of #911013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911013

Black with #911013

Text Example


Text Example

White with #911013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911013; }

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

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

background-color css

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

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

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

border-color css

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

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

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