Html Css Color HEX #900B0D Sangria

📋 copy color: '#900B0D'

red 144 ◦ green 11 ◦ blue 13

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

Shades of Sangria #900B0D

Tints of Sangria #900B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.74%

R = 85.71%
G = 6.55%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#900B0D (or 0x900B0D) is known color: Sangria. HEX triplet: 90, 0B and 0D. RGB value is (144,11,13). Sum of RGB (Red+Green+Blue) = 144+11+13=168 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.71% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 144 - color contains mainly: red. Hex color #900B0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900B0D is #6FF4F2. Grayscale: #333333. Windows color (decimal): -7337203 or 854928. OLE color: 854928.

HSL color Cylindrical-coordinate representation of color #900B0D: hue angle of 359.1º 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 #900B0D is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 11 13 -
CMYK 0 0.92 0.91 0.44
HSL 359.1º 0.86% 0.3% -
HSV(B) 359.1º 0.92% 0.56% -
XYZ 11.69 6.2 0.96 -
YUV 51 106.56 194.34 -
System Red Green Blue C M Y K H S L
Decimal 144 11 13 0 0.92 0.91 0.44 359.1 0.86 0.3
Hex 90 B D 0 5C 5B 2C 167 56 1E
Octal 220 13 15 0 134 133 54 547 126 36
Binary 10010000 1011 1101 0 1011100 1011011 101100 101100111 1010110 11110

Color Harmonies of #900B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900B0D

Black with #900B0D

Text Example


Text Example

White with #900B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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