Html Css Color HEX #900B0F Sangria

📋 copy color: '#900B0F'

red 144 ◦ green 11 ◦ blue 15

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

Shades of Sangria #900B0F

Tints of Sangria #900B0F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.47%

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

R = 84.71%
G = 6.47%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#900B0F (or 0x900B0F) is known color: Sangria. HEX triplet: 90, 0B and 0F. RGB value is (144,11,15). Sum of RGB (Red+Green+Blue) = 144+11+15=170 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.71% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 144 - color contains mainly: red. Hex color #900B0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900B0F is #6FF4F0. Grayscale: #333333. Windows color (decimal): -7337201 or 986000. OLE color: 986000.

HSL color Cylindrical-coordinate representation of color #900B0F: hue angle of 358.2º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900B0F is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 11 15 -
CMYK 0 0.92 0.90 0.44
HSL 358.2º 0.86% 0.3% -
HSV(B) 358.2º 0.92% 0.56% -
XYZ 11.71 6.2 1.03 -
YUV 51.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 144 11 15 0 0.92 0.90 0.44 358.2 0.86 0.3
Hex 90 B F 0 5C 5A 2C 166 56 1E
Octal 220 13 17 0 134 132 54 546 126 36
Binary 10010000 1011 1111 0 1011100 1011010 101100 101100110 1010110 11110

Color Harmonies of #900B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900B0F

Black with #900B0F

Text Example


Text Example

White with #900B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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