Html Css Color HEX #88283D Shiraz

📋 copy color: '#88283D'

red 136 ◦ green 40 ◦ blue 61

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

Shades of Shiraz #88283D

Tints of Shiraz #88283D

RGB

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

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

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

R = 57.38%
G = 16.88%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#88283D (or 0x88283D) is known color: Shiraz. HEX triplet: 88, 28 and 3D. RGB value is (136,40,61). Sum of RGB (Red+Green+Blue) = 136+40+61=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #88283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88283D is #77D7C2. Grayscale: #474747. Windows color (decimal): -7854019 or 4008072. OLE color: 4008072.

HSL color Cylindrical-coordinate representation of color #88283D: hue angle of 346.88º 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 #88283D is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 40 61 -
CMYK 0 0.71 0.55 0.47
HSL 346.88º 0.55% 0.35% -
HSV(B) 346.88º 0.71% 0.53% -
XYZ 11.75 7.09 5.16 -
YUV 71.1 122.3 174.29 -
System Red Green Blue C M Y K H S L
Decimal 136 40 61 0 0.71 0.55 0.47 346.88 0.55 0.35
Hex 88 28 3D 0 47 37 2F 15B 37 23
Octal 210 50 75 0 107 67 57 533 67 43
Binary 10001000 101000 111101 0 1000111 110111 101111 101011011 110111 100011

Color Harmonies of #88283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88283D

Black with #88283D

Text Example


Text Example

White with #88283D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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