#90233B

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

Shades of Shiraz #90233B

Tints of Shiraz #90233B

Color information

#90233B (or 0x90233B) is unknown color: approx Shiraz. HEX triplet: 90, 23 and 3B. RGB value is (144,35,59). Sum of RGB (Red+Green+Blue) = 144+35+59=238 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.50% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 144 - color contains mainly: red. Hex color #90233B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90233B is #6FDCC4. Grayscale: #464646. Windows color (decimal): -7331013 or 3875728. OLE color: 3875728.

HSL color Cylindrical-coordinate representation of color #90233B: hue angle of 346.79º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90233B is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB1443559-
CMYK00.760.590.44
HSL346.79º60.89%35.1%-
HSV(B)346.79º75.69%56.47%-
XYZ12.897.454.9-
YUV70.33121.61180.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 60.50%
GREEN value IS 35 (14.06% from 255) = 14.71%
BLUE value IS 59 (23.44% from 255) = 24.79%
R=60.50%
G=14.71%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144355900.760.590.44346.7960.8935.1
Hex90233B04C3B2C15b3d23
Octal2204373011473545337543
Binary1001000010001111101101001100111011101100101011011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90233B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90233B; }

 p { color: rgb(144,35,59); }

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

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

 a { background-color: rgb(144,35,59); }

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

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

 span { border-color: rgb(144,35,59); }

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