Html Css Color HEX #910E13 Sangria

📋 copy color: '#910E13'

red 145 ◦ green 14 ◦ blue 19

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

Shades of Sangria #910E13

Tints of Sangria #910E13

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.87%

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

R = 81.46%
G = 7.87%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#910E13 (or 0x910E13) is known color: Sangria. HEX triplet: 91, 0E and 13. RGB value is (145,14,19). Sum of RGB (Red+Green+Blue) = 145+14+19=178 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.46% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 145 - color contains mainly: red. Hex color #910E13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910E13 is #6EF1EC. Grayscale: #353535. Windows color (decimal): -7270893 or 1248913. OLE color: 1248913.

HSL color Cylindrical-coordinate representation of color #910E13: hue angle of 357.71º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E13 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 14 19 -
CMYK 0 0.90 0.87 0.43
HSL 357.71º 0.82% 0.31% -
HSV(B) 357.71º 0.9% 0.57% -
XYZ 11.95 6.38 1.22 -
YUV 53.74 108.4 193.09 -
System Red Green Blue C M Y K H S L
Decimal 145 14 19 0 0.90 0.87 0.43 357.71 0.82 0.31
Hex 91 E 13 0 5A 57 2B 166 52 1F
Octal 221 16 23 0 132 127 53 546 122 37
Binary 10010001 1110 10011 0 1011010 1010111 101011 101100110 1010010 11111

Color Harmonies of #910E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910E13

Black with #910E13

Text Example


Text Example

White with #910E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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