Html Css Color HEX #910D14 Sangria

📋 copy color: '#910D14'

red 145 ◦ green 13 ◦ blue 20

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

Shades of Sangria #910D14

Tints of Sangria #910D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.3%

 BLUE value IS 20 (8.2% from 255) = 11.24%

R = 81.46%
G = 7.3%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#910D14 (or 0x910D14) is known color: Sangria. HEX triplet: 91, 0D and 14. RGB value is (145,13,20). Sum of RGB (Red+Green+Blue) = 145+13+20=178 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.46% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 145 - color contains mainly: red. Hex color #910D14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910D14 is #6EF2EB. Grayscale: #353535. Windows color (decimal): -7271148 or 1314193. OLE color: 1314193.

HSL color Cylindrical-coordinate representation of color #910D14: hue angle of 356.82º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D14 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 13 20 -
CMYK 0 0.91 0.86 0.43
HSL 356.82º 0.84% 0.31% -
HSV(B) 356.82º 0.91% 0.57% -
XYZ 11.95 6.36 1.26 -
YUV 53.27 109.23 193.43 -
System Red Green Blue C M Y K H S L
Decimal 145 13 20 0 0.91 0.86 0.43 356.82 0.84 0.31
Hex 91 D 14 0 5B 56 2B 165 54 1F
Octal 221 15 24 0 133 126 53 545 124 37
Binary 10010001 1101 10100 0 1011011 1010110 101011 101100101 1010100 11111

Color Harmonies of #910D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D14

Black with #910D14

Text Example


Text Example

White with #910D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,13,20); }

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

background-color css

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

 a { background-color: rgb(145,13,20); }

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

border-color css

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

 span { border-color: rgb(145,13,20); }

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