#90263f

Color #90263F Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #90263F

Tints of Shiraz #90263F

Color information

#90263F (or 0x90263F) is unknown color: approx Shiraz. HEX triplet: 90, 26 and 3F. RGB value is (144,38,63). Sum of RGB (Red+Green+Blue) = 144+38+63=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #90263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90263F is #6FD9C0. Grayscale: #484848. Windows color (decimal): -7330241 or 4138640. OLE color: 4138640.

HSL color Cylindrical-coordinate representation of color #90263F: hue angle of 345.85º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90263F is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB1443863-
CMYK00.740.560.44
HSL345.85º58.24%35.69%-
HSV(B)345.85º73.61%56.47%-
XYZ13.097.675.49-
YUV72.54122.62178.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.78%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 63 (25% from 255) = 25.71%
R=58.78%
G=15.51%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144386300.740.560.44345.8558.2435.69
Hex90263F04A382C15a3a24
Octal2204677011270545327244
Binary1001000010011011111101001010111000101100101011010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90263f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90263f; }

 p { color: rgb(144,38,63); }

 H1.HeaderClassName
 {
   color: #90263f;
 }
 .AnyTagClassName
 {
   color: #90263f;
 }
</style>
background-color css

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

 a { background-color: rgb(144,38,63); }

 div.DivClassName
 {
   background-color: #90263f;
 }
 .BgClassName
 {
   background-color: #90263f;
 }
</style>
border-color css

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

 span { border-color: rgb(144,38,63); }

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