Html Css Color HEX #90050F Sangria

📋 copy color: '#90050F'

red 144 ◦ green 5 ◦ blue 15

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

Shades of Sangria #90050F

Tints of Sangria #90050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.05%

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

R = 87.8%
G = 3.05%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90050F (or 0x90050F) is known color: Sangria. HEX triplet: 90, 05 and 0F. RGB value is (144,5,15). Sum of RGB (Red+Green+Blue) = 144+5+15=164 (21% of max value = 765). Red value is 144 (56.64% from 255 or 87.80% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 144 - color contains mainly: red. Hex color #90050F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90050F is #6FFAF0. Grayscale: #2F2F2F. Windows color (decimal): -7338737 or 984464. OLE color: 984464.

HSL color Cylindrical-coordinate representation of color #90050F: hue angle of 355.68º degrees, saturation: 0.93, 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 #90050F is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 5 15 -
CMYK 0 0.97 0.90 0.44
HSL 355.68º 0.93% 0.29% -
HSV(B) 355.68º 0.97% 0.56% -
XYZ 11.64 6.07 1.01 -
YUV 47.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 144 5 15 0 0.97 0.90 0.44 355.68 0.93 0.29
Hex 90 5 F 0 61 5A 2C 164 5D 1D
Octal 220 5 17 0 141 132 54 544 135 35
Binary 10010000 101 1111 0 1100001 1011010 101100 101100100 1011101 11101

Color Harmonies of #90050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90050F

Black with #90050F

Text Example


Text Example

White with #90050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90050F; }

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

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

background-color css

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

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

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

border-color css

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

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

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