Html Css Color HEX #88323B Old Brick

📋 copy color: '#88323B'

red 136 ◦ green 50 ◦ blue 59

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

Shades of Old Brick #88323B

Tints of Old Brick #88323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.41%

 BLUE value IS 59 (23.44% from 255) = 24.08%

R = 55.51%
G = 20.41%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#88323B (or 0x88323B) is known color: Old Brick. HEX triplet: 88, 32 and 3B. RGB value is (136,50,59). Sum of RGB (Red+Green+Blue) = 136+50+59=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #88323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88323B is #77CDC4. Grayscale: #4C4C4C. Windows color (decimal): -7851461 or 3879560. OLE color: 3879560.

HSL color Cylindrical-coordinate representation of color #88323B: hue angle of 353.72º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #88323B is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 59 -
CMYK 0 0.63 0.57 0.47
HSL 353.72º 0.46% 0.36% -
HSV(B) 353.72º 0.63% 0.53% -
XYZ 12.08 7.83 5.01 -
YUV 76.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 136 50 59 0 0.63 0.57 0.47 353.72 0.46 0.36
Hex 88 32 3B 0 3F 39 2F 162 2E 24
Octal 210 62 73 0 77 71 57 542 56 44
Binary 10001000 110010 111011 0 111111 111001 101111 101100010 101110 100100

Color Harmonies of #88323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88323B

Black with #88323B

Text Example


Text Example

White with #88323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88323B; }

 p { color: rgb(136,50,59); }

 H1.HeaderClassName
 {
   color: #88323B;
 }
 .AnyTagClassName
 {
   color: #88323B;
 }
</style>

background-color css

<style>
 a { background-color: #88323B; }

 a { background-color: rgb(136,50,59); }

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

border-color css

<style>
 span { border-color: #88323B; }

 span { border-color: rgb(136,50,59); }

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