Html Css Color HEX #88123D Shiraz

📋 copy color: '#88123D'

red 136 ◦ green 18 ◦ blue 61

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

Shades of Shiraz #88123D

Tints of Shiraz #88123D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.37%

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

R = 63.26%
G = 8.37%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#88123D (or 0x88123D) is known color: Shiraz. HEX triplet: 88, 12 and 3D. RGB value is (136,18,61). Sum of RGB (Red+Green+Blue) = 136+18+61=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #88123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88123D is #77EDC2. Grayscale: #3A3A3A. Windows color (decimal): -7859651 or 4002440. OLE color: 4002440.

HSL color Cylindrical-coordinate representation of color #88123D: hue angle of 338.14º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #88123D is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 18 61 -
CMYK 0 0.87 0.55 0.47
HSL 338.14º 0.77% 0.3% -
HSV(B) 338.14º 0.87% 0.53% -
XYZ 11.21 6 4.98 -
YUV 58.18 129.59 183.5 -
System Red Green Blue C M Y K H S L
Decimal 136 18 61 0 0.87 0.55 0.47 338.14 0.77 0.3
Hex 88 12 3D 0 57 37 2F 152 4D 1E
Octal 210 22 75 0 127 67 57 522 115 36
Binary 10001000 10010 111101 0 1010111 110111 101111 101010010 1001101 11110

Color Harmonies of #88123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88123D

Black with #88123D

Text Example


Text Example

White with #88123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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