Html Css Color HEX #910511 Sangria

📋 copy color: '#910511'

red 145 ◦ green 5 ◦ blue 17

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

Shades of Sangria #910511

Tints of Sangria #910511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.99%

 BLUE value IS 17 (7.03% from 255) = 10.18%

R = 86.83%
G = 2.99%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#910511 (or 0x910511) is known color: Sangria. HEX triplet: 91, 05 and 11. RGB value is (145,5,17). Sum of RGB (Red+Green+Blue) = 145+5+17=167 (22% of max value = 765). Red value is 145 (57.03% from 255 or 86.83% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 145 - color contains mainly: red. Hex color #910511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910511 is #6EFAEE. Grayscale: #303030. Windows color (decimal): -7273199 or 1115537. OLE color: 1115537.

HSL color Cylindrical-coordinate representation of color #910511: hue angle of 354.86º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910511 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 5 17 -
CMYK 0 0.97 0.88 0.43
HSL 354.86º 0.93% 0.29% -
HSV(B) 354.86º 0.97% 0.57% -
XYZ 11.83 6.17 1.1 -
YUV 48.23 110.38 197.02 -
System Red Green Blue C M Y K H S L
Decimal 145 5 17 0 0.97 0.88 0.43 354.86 0.93 0.29
Hex 91 5 11 0 61 58 2B 163 5D 1D
Octal 221 5 21 0 141 130 53 543 135 35
Binary 10010001 101 10001 0 1100001 1011000 101011 101100011 1011101 11101

Color Harmonies of #910511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910511

Black with #910511

Text Example


Text Example

White with #910511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910511; }

 p { color: rgb(145,5,17); }

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

background-color css

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

 a { background-color: rgb(145,5,17); }

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

border-color css

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

 span { border-color: rgb(145,5,17); }

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