Html Css Color HEX #88283C Shiraz

📋 copy color: '#88283C'

red 136 ◦ green 40 ◦ blue 60

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

Shades of Shiraz #88283C

Tints of Shiraz #88283C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.95%

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

R = 57.63%
G = 16.95%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#88283C (or 0x88283C) is known color: Shiraz. HEX triplet: 88, 28 and 3C. RGB value is (136,40,60). Sum of RGB (Red+Green+Blue) = 136+40+60=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #88283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88283C is #77D7C3. Grayscale: #464646. Windows color (decimal): -7854020 or 3942536. OLE color: 3942536.

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

Color convert

RGB 136 40 60 -
CMYK 0 0.71 0.56 0.47
HSL 347.5º 0.55% 0.35% -
HSV(B) 347.5º 0.71% 0.53% -
XYZ 11.73 7.08 5.02 -
YUV 70.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 136 40 60 0 0.71 0.56 0.47 347.5 0.55 0.35
Hex 88 28 3C 0 47 38 2F 15C 37 23
Octal 210 50 74 0 107 70 57 534 67 43
Binary 10001000 101000 111100 0 1000111 111000 101111 101011100 110111 100011

Color Harmonies of #88283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88283C

Black with #88283C

Text Example


Text Example

White with #88283C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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