Html Css Color HEX #90000D Sangria

📋 copy color: '#90000D'

red 144 ◦ green 0 ◦ blue 13

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

Shades of Sangria #90000D

Tints of Sangria #90000D

RGB

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

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

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

R = 91.72%
G = 0%
B = 8.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#90000D (or 0x90000D) is known color: Sangria. HEX triplet: 90, 00 and 0D. RGB value is (144,0,13). Sum of RGB (Red+Green+Blue) = 144+0+13=157 (20% of max value = 765). Red value is 144 (56.64% from 255 or 91.72% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 144 - color contains mainly: red. Hex color #90000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90000D is #6FFFF2. Grayscale: #2C2C2C. Windows color (decimal): -7340019 or 852112. OLE color: 852112.

HSL color Cylindrical-coordinate representation of color #90000D: hue angle of 354.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90000D is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 0 13 -
CMYK 0 1 0.91 0.44
HSL 354.58º 1% 0.28% -
HSV(B) 354.58º 1% 0.56% -
XYZ 11.57 5.96 0.92 -
YUV 44.54 110.21 198.94 -
System Red Green Blue C M Y K H S L
Decimal 144 0 13 0 1 0.91 0.44 354.58 1 0.28
Hex 90 0 D 0 64 5B 2C 163 64 1C
Octal 220 0 15 0 144 133 54 543 144 34
Binary 10010000 0 1101 0 1100100 1011011 101100 101100011 1100100 11100

Color Harmonies of #90000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90000D

Black with #90000D

Text Example


Text Example

White with #90000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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