Html Css Color HEX #90253E Shiraz

📋 copy color: '#90253E'

red 144 ◦ green 37 ◦ blue 62

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

Shades of Shiraz #90253E

Tints of Shiraz #90253E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.23%

 BLUE value IS 62 (24.61% from 255) = 25.51%

R = 59.26%
G = 15.23%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#90253E (or 0x90253E) is known color: Shiraz. HEX triplet: 90, 25 and 3E. RGB value is (144,37,62). Sum of RGB (Red+Green+Blue) = 144+37+62=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #90253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90253E is #6FDAC1. Grayscale: #474747. Windows color (decimal): -7330498 or 4072848. OLE color: 4072848.

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

Color convert

RGB 144 37 62 -
CMYK 0 0.74 0.57 0.44
HSL 345.98º 0.59% 0.35% -
HSV(B) 345.98º 0.74% 0.56% -
XYZ 13.03 7.6 5.34 -
YUV 71.84 122.45 179.47 -
System Red Green Blue C M Y K H S L
Decimal 144 37 62 0 0.74 0.57 0.44 345.98 0.59 0.35
Hex 90 25 3E 0 4A 39 2C 15A 3B 23
Octal 220 45 76 0 112 71 54 532 73 43
Binary 10010000 100101 111110 0 1001010 111001 101100 101011010 111011 100011

Color Harmonies of #90253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90253E

Black with #90253E

Text Example


Text Example

White with #90253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90253E; }

 p { color: rgb(144,37,62); }

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

background-color css

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

 a { background-color: rgb(144,37,62); }

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

border-color css

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

 span { border-color: rgb(144,37,62); }

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