Html Css Color HEX #90253D Shiraz

📋 copy color: '#90253D'

red 144 ◦ green 37 ◦ blue 61

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

Shades of Shiraz #90253D

Tints of Shiraz #90253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.21%

R = 59.5%
G = 15.29%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#90253D (or 0x90253D) is known color: Shiraz. HEX triplet: 90, 25 and 3D. RGB value is (144,37,61). Sum of RGB (Red+Green+Blue) = 144+37+61=242 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.50% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 144 - color contains mainly: red. Hex color #90253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90253D is #6FDAC2. Grayscale: #474747. Windows color (decimal): -7330499 or 4007312. OLE color: 4007312.

HSL color Cylindrical-coordinate representation of color #90253D: hue angle of 346.54º 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 #90253D is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 37 61 -
CMYK 0 0.74 0.58 0.44
HSL 346.54º 0.59% 0.35% -
HSV(B) 346.54º 0.74% 0.56% -
XYZ 13.01 7.59 5.19 -
YUV 71.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 144 37 61 0 0.74 0.58 0.44 346.54 0.59 0.35
Hex 90 25 3D 0 4A 3A 2C 15B 3B 23
Octal 220 45 75 0 112 72 54 533 73 43
Binary 10010000 100101 111101 0 1001010 111010 101100 101011011 111011 100011

Color Harmonies of #90253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90253D

Black with #90253D

Text Example


Text Example

White with #90253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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