Html Css Color HEX #901230 Shiraz

📋 copy color: '#901230'

red 144 ◦ green 18 ◦ blue 48

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

Shades of Shiraz #901230

Tints of Shiraz #901230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.57%

 BLUE value IS 48 (19.14% from 255) = 22.86%

R = 68.57%
G = 8.57%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#901230 (or 0x901230) is known color: Shiraz. HEX triplet: 90, 12 and 30. RGB value is (144,18,48). Sum of RGB (Red+Green+Blue) = 144+18+48=210 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.57% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 144 - color contains mainly: red. Hex color #901230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901230 is #6FEDCF. Grayscale: #3B3B3B. Windows color (decimal): -7335376 or 3150480. OLE color: 3150480.

HSL color Cylindrical-coordinate representation of color #901230: hue angle of 345.71º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901230 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 18 48 -
CMYK 0 0.88 0.67 0.44
HSL 345.71º 0.78% 0.32% -
HSV(B) 345.71º 0.88% 0.56% -
XYZ 12.25 6.58 3.42 -
YUV 59.09 121.74 188.56 -
System Red Green Blue C M Y K H S L
Decimal 144 18 48 0 0.88 0.67 0.44 345.71 0.78 0.32
Hex 90 12 30 0 58 43 2C 15A 4E 20
Octal 220 22 60 0 130 103 54 532 116 40
Binary 10010000 10010 110000 0 1011000 1000011 101100 101011010 1001110 100000

Color Harmonies of #901230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901230

Black with #901230

Text Example


Text Example

White with #901230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901230; }

 p { color: rgb(144,18,48); }

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

background-color css

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

 a { background-color: rgb(144,18,48); }

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

border-color css

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

 span { border-color: rgb(144,18,48); }

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