Html Css Color HEX #88253E Shiraz

📋 copy color: '#88253E'

red 136 ◦ green 37 ◦ blue 62

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

Shades of Shiraz #88253E

Tints of Shiraz #88253E

RGB

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

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

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

R = 57.87%
G = 15.74%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#88253E (or 0x88253E) is known color: Shiraz. HEX triplet: 88, 25 and 3E. RGB value is (136,37,62). Sum of RGB (Red+Green+Blue) = 136+37+62=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #88253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88253E is #77DAC1. Grayscale: #454545. Windows color (decimal): -7854786 or 4072840. OLE color: 4072840.

HSL color Cylindrical-coordinate representation of color #88253E: hue angle of 344.85º 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 #88253E is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 37 62 -
CMYK 0 0.73 0.54 0.47
HSL 344.85º 0.57% 0.34% -
HSV(B) 344.85º 0.73% 0.53% -
XYZ 11.68 6.91 5.27 -
YUV 69.45 123.8 175.47 -
System Red Green Blue C M Y K H S L
Decimal 136 37 62 0 0.73 0.54 0.47 344.85 0.57 0.34
Hex 88 25 3E 0 49 36 2F 159 39 22
Octal 210 45 76 0 111 66 57 531 71 42
Binary 10001000 100101 111110 0 1001001 110110 101111 101011001 111001 100010

Color Harmonies of #88253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88253E

Black with #88253E

Text Example


Text Example

White with #88253E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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