Html Css Color HEX #900409 Sangria

📋 copy color: '#900409'

red 144 ◦ green 4 ◦ blue 9

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

Shades of Sangria #900409

Tints of Sangria #900409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.55%

 BLUE value IS 9 (3.91% from 255) = 5.73%

R = 91.72%
G = 2.55%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#900409 (or 0x900409) is known color: Sangria. HEX triplet: 90, 04 and 09. RGB value is (144,4,9). Sum of RGB (Red+Green+Blue) = 144+4+9=157 (20% of max value = 765). Red value is 144 (56.64% from 255 or 91.72% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 144 - color contains mainly: red. Hex color #900409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900409 is #6FFBF6. Grayscale: #2E2E2E. Windows color (decimal): -7338999 or 590992. OLE color: 590992.

HSL color Cylindrical-coordinate representation of color #900409: hue angle of 357.86º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900409 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 4 9 -
CMYK 0 0.97 0.94 0.44
HSL 357.86º 0.95% 0.29% -
HSV(B) 357.86º 0.97% 0.56% -
XYZ 11.59 6.04 0.81 -
YUV 46.43 106.88 197.59 -
System Red Green Blue C M Y K H S L
Decimal 144 4 9 0 0.97 0.94 0.44 357.86 0.95 0.29
Hex 90 4 9 0 61 5E 2C 166 5F 1D
Octal 220 4 11 0 141 136 54 546 137 35
Binary 10010000 100 1001 0 1100001 1011110 101100 101100110 1011111 11101

Color Harmonies of #900409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900409

Black with #900409

Text Example


Text Example

White with #900409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900409; }

 p { color: rgb(144,4,9); }

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

background-color css

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

 a { background-color: rgb(144,4,9); }

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

border-color css

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

 span { border-color: rgb(144,4,9); }

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