Html Css Color HEX #910010 Sangria

📋 copy color: '#910010'

red 145 ◦ green 0 ◦ blue 16

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

Shades of Sangria #910010

Tints of Sangria #910010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 9.94%

R = 90.06%
G = 0%
B = 9.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#910010 (or 0x910010) is known color: Sangria. HEX triplet: 91, 00 and 10. RGB value is (145,0,16). Sum of RGB (Red+Green+Blue) = 145+0+16=161 (21% of max value = 765). Red value is 145 (57.03% from 255 or 90.06% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 145 - color contains mainly: red. Hex color #910010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910010 is #6EFFEF. Grayscale: #2D2D2D. Windows color (decimal): -7274480 or 1048721. OLE color: 1048721.

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

Color convert

RGB 145 0 16 -
CMYK 0 1 0.89 0.43
HSL 353.38º 1% 0.28% -
HSV(B) 353.38º 1% 0.57% -
XYZ 11.77 6.06 1.04 -
YUV 45.18 111.54 199.2 -
System Red Green Blue C M Y K H S L
Decimal 145 0 16 0 1 0.89 0.43 353.38 1 0.28
Hex 91 0 10 0 64 59 2B 161 64 1C
Octal 221 0 20 0 144 131 53 541 144 34
Binary 10010001 0 10000 0 1100100 1011001 101011 101100001 1100100 11100

Color Harmonies of #910010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910010

Black with #910010

Text Example


Text Example

White with #910010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910010; }

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

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

background-color css

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

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

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

border-color css

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

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

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