Html Css Color HEX #90142D Shiraz

📋 copy color: '#90142D'

red 144 ◦ green 20 ◦ blue 45

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

Shades of Shiraz #90142D

Tints of Shiraz #90142D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.57%

 BLUE value IS 45 (17.97% from 255) = 21.53%

R = 68.9%
G = 9.57%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#90142D (or 0x90142D) is known color: Shiraz. HEX triplet: 90, 14 and 2D. RGB value is (144,20,45). Sum of RGB (Red+Green+Blue) = 144+20+45=209 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.90% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 144 - color contains mainly: red. Hex color #90142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90142D is #6FEBD2. Grayscale: #3B3B3B. Windows color (decimal): -7334867 or 2954384. OLE color: 2954384.

HSL color Cylindrical-coordinate representation of color #90142D: hue angle of 347.9º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #90142D is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 20 45 -
CMYK 0 0.86 0.69 0.44
HSL 347.9º 0.76% 0.32% -
HSV(B) 347.9º 0.86% 0.56% -
XYZ 12.23 6.62 3.12 -
YUV 59.93 119.58 187.97 -
System Red Green Blue C M Y K H S L
Decimal 144 20 45 0 0.86 0.69 0.44 347.9 0.76 0.32
Hex 90 14 2D 0 56 45 2C 15C 4C 20
Octal 220 24 55 0 126 105 54 534 114 40
Binary 10010000 10100 101101 0 1010110 1000101 101100 101011100 1001100 100000

Color Harmonies of #90142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90142D

Black with #90142D

Text Example


Text Example

White with #90142D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,20,45); }

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

background-color css

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

 a { background-color: rgb(144,20,45); }

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

border-color css

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

 span { border-color: rgb(144,20,45); }

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