Html Css Color HEX #900F10 Sangria

📋 copy color: '#900F10'

red 144 ◦ green 15 ◦ blue 16

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

Shades of Sangria #900F10

Tints of Sangria #900F10

RGB

 RED value IS 144 (56.64% from 255) = 82.29%

 GREEN value IS 15 (6.25% from 255) = 8.57%

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

R = 82.29%
G = 8.57%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#900F10 (or 0x900F10) is known color: Sangria. HEX triplet: 90, 0F and 10. RGB value is (144,15,16). Sum of RGB (Red+Green+Blue) = 144+15+16=175 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.29% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 144 - color contains mainly: red. Hex color #900F10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900F10 is #6FF0EF. Grayscale: #353535. Windows color (decimal): -7336176 or 1052560. OLE color: 1052560.

HSL color Cylindrical-coordinate representation of color #900F10: hue angle of 359.53º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F10 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 15 16 -
CMYK 0 0.90 0.89 0.44
HSL 359.53º 0.81% 0.31% -
HSV(B) 359.53º 0.9% 0.56% -
XYZ 11.77 6.31 1.09 -
YUV 53.69 106.74 192.42 -
System Red Green Blue C M Y K H S L
Decimal 144 15 16 0 0.90 0.89 0.44 359.53 0.81 0.31
Hex 90 F 10 0 5A 59 2C 168 51 1F
Octal 220 17 20 0 132 131 54 550 121 37
Binary 10010000 1111 10000 0 1011010 1011001 101100 101101000 1010001 11111

Color Harmonies of #900F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900F10

Black with #900F10

Text Example


Text Example

White with #900F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900F10; }

 p { color: rgb(144,15,16); }

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

background-color css

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

 a { background-color: rgb(144,15,16); }

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

border-color css

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

 span { border-color: rgb(144,15,16); }

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