Html Css Color HEX #88253C Shiraz

📋 copy color: '#88253C'

red 136 ◦ green 37 ◦ blue 60

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

Shades of Shiraz #88253C

Tints of Shiraz #88253C

RGB

 RED value IS 136 (53.52% from 255) = 58.37%

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

 BLUE value IS 60 (23.83% from 255) = 25.75%

R = 58.37%
G = 15.88%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#88253C (or 0x88253C) is known color: Shiraz. HEX triplet: 88, 25 and 3C. RGB value is (136,37,60). Sum of RGB (Red+Green+Blue) = 136+37+60=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #88253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88253C is #77DAC3. Grayscale: #454545. Windows color (decimal): -7854788 or 3941768. OLE color: 3941768.

HSL color Cylindrical-coordinate representation of color #88253C: hue angle of 346.06º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88253C is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 37 60 -
CMYK 0 0.73 0.56 0.47
HSL 346.06º 0.57% 0.34% -
HSV(B) 346.06º 0.73% 0.53% -
XYZ 11.63 6.88 4.99 -
YUV 69.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 136 37 60 0 0.73 0.56 0.47 346.06 0.57 0.34
Hex 88 25 3C 0 49 38 2F 15A 39 22
Octal 210 45 74 0 111 70 57 532 71 42
Binary 10001000 100101 111100 0 1001001 111000 101111 101011010 111001 100010

Color Harmonies of #88253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88253C

Black with #88253C

Text Example


Text Example

White with #88253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88253C; }

 p { color: rgb(136,37,60); }

 H1.HeaderClassName
 {
   color: #88253C;
 }
 .AnyTagClassName
 {
   color: #88253C;
 }
</style>

background-color css

<style>
 a { background-color: #88253C; }

 a { background-color: rgb(136,37,60); }

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

border-color css

<style>
 span { border-color: #88253C; }

 span { border-color: rgb(136,37,60); }

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