Html Css Color HEX #90233B Shiraz

📋 copy color: '#90233B'

red 144 ◦ green 35 ◦ blue 59

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

Shades of Shiraz #90233B

Tints of Shiraz #90233B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.71%

 BLUE value IS 59 (23.44% from 255) = 24.79%

R = 60.5%
G = 14.71%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.44

RGB Variations

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

Color information

#90233B (or 0x90233B) is known color: 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

RGB 144 35 59 -
CMYK 0 0.76 0.59 0.44
HSL 346.79º 0.61% 0.35% -
HSV(B) 346.79º 0.76% 0.56% -
XYZ 12.89 7.45 4.9 -
YUV 70.33 121.61 180.55 -
System Red Green Blue C M Y K H S L
Decimal 144 35 59 0 0.76 0.59 0.44 346.79 0.61 0.35
Hex 90 23 3B 0 4C 3B 2C 15B 3D 23
Octal 220 43 73 0 114 73 54 533 75 43
Binary 10010000 100011 111011 0 1001100 111011 101100 101011011 111101 100011

Color Harmonies of #90233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90233B

Black with #90233B

Text Example


Text Example

White with #90233B

Text Example


Text Example

HTML Codes & Css Web 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>