Html Css Color HEX #910509 Sangria

📋 copy color: '#910509'

red 145 ◦ green 5 ◦ blue 9

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

Shades of Sangria #910509

Tints of Sangria #910509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.66%

R = 91.19%
G = 3.14%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#910509 (or 0x910509) is known color: Sangria. HEX triplet: 91, 05 and 09. RGB value is (145,5,9). Sum of RGB (Red+Green+Blue) = 145+5+9=159 (21% of max value = 765). Red value is 145 (57.03% from 255 or 91.19% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 145 - color contains mainly: red. Hex color #910509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910509 is #6EFAF6. Grayscale: #2F2F2F. Windows color (decimal): -7273207 or 591249. OLE color: 591249.

HSL color Cylindrical-coordinate representation of color #910509: hue angle of 358.29º 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 #910509 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 5 9 -
CMYK 0 0.97 0.94 0.43
HSL 358.29º 0.93% 0.29% -
HSV(B) 358.29º 0.97% 0.57% -
XYZ 11.78 6.15 0.82 -
YUV 47.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 145 5 9 0 0.97 0.94 0.43 358.29 0.93 0.29
Hex 91 5 9 0 61 5E 2B 166 5D 1D
Octal 221 5 11 0 141 136 53 546 135 35
Binary 10010001 101 1001 0 1100001 1011110 101011 101100110 1011101 11101

Color Harmonies of #910509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910509

Black with #910509

Text Example


Text Example

White with #910509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910509; }

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

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

background-color css

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

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

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

border-color css

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

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

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