Html Css Color HEX #90000F Sangria

📋 copy color: '#90000F'

red 144 ◦ green 0 ◦ blue 15

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

Shades of Sangria #90000F

Tints of Sangria #90000F

RGB

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

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

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

R = 90.57%
G = 0%
B = 9.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90000F (or 0x90000F) is known color: Sangria. HEX triplet: 90, 00 and 0F. RGB value is (144,0,15). Sum of RGB (Red+Green+Blue) = 144+0+15=159 (21% of max value = 765). Red value is 144 (56.64% from 255 or 90.57% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 144 - color contains mainly: red. Hex color #90000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90000F is #6FFFF0. Grayscale: #2C2C2C. Windows color (decimal): -7340017 or 983184. OLE color: 983184.

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

Color convert

RGB 144 0 15 -
CMYK 0 1 0.90 0.44
HSL 353.75º 1% 0.28% -
HSV(B) 353.75º 1% 0.56% -
XYZ 11.59 5.96 0.99 -
YUV 44.77 111.21 198.78 -
System Red Green Blue C M Y K H S L
Decimal 144 0 15 0 1 0.90 0.44 353.75 1 0.28
Hex 90 0 F 0 64 5A 2C 162 64 1C
Octal 220 0 17 0 144 132 54 542 144 34
Binary 10010000 0 1111 0 1100100 1011010 101100 101100010 1100100 11100

Color Harmonies of #90000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90000F

Black with #90000F

Text Example


Text Example

White with #90000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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