Html Css Color HEX #910D0F Sangria

📋 copy color: '#910D0F'

red 145 ◦ green 13 ◦ blue 15

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

Shades of Sangria #910D0F

Tints of Sangria #910D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.67%

R = 83.82%
G = 7.51%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#910D0F (or 0x910D0F) is known color: Sangria. HEX triplet: 91, 0D and 0F. RGB value is (145,13,15). Sum of RGB (Red+Green+Blue) = 145+13+15=173 (22% of max value = 765). Red value is 145 (57.03% from 255 or 83.82% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 145 - color contains mainly: red. Hex color #910D0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910D0F is #6EF2F0. Grayscale: #343434. Windows color (decimal): -7271153 or 986513. OLE color: 986513.

HSL color Cylindrical-coordinate representation of color #910D0F: hue angle of 359.09º 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 #910D0F is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 13 15 -
CMYK 0 0.91 0.90 0.43
HSL 359.09º 0.84% 0.31% -
HSV(B) 359.09º 0.91% 0.57% -
XYZ 11.91 6.34 1.05 -
YUV 52.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 145 13 15 0 0.91 0.90 0.43 359.09 0.84 0.31
Hex 91 D F 0 5B 5A 2B 167 54 1F
Octal 221 15 17 0 133 132 53 547 124 37
Binary 10010001 1101 1111 0 1011011 1011010 101011 101100111 1010100 11111

Color Harmonies of #910D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D0F

Black with #910D0F

Text Example


Text Example

White with #910D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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