Html Css Color HEX #88323E Old Brick

📋 copy color: '#88323E'

red 136 ◦ green 50 ◦ blue 62

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

Shades of Old Brick #88323E

Tints of Old Brick #88323E

RGB

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

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

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

R = 54.84%
G = 20.16%
B = 25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#88323E (or 0x88323E) is known color: Old Brick. HEX triplet: 88, 32 and 3E. RGB value is (136,50,62). Sum of RGB (Red+Green+Blue) = 136+50+62=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #88323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88323E is #77CDC1. Grayscale: #4D4D4D. Windows color (decimal): -7851458 or 4076168. OLE color: 4076168.

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

Color convert

RGB 136 50 62 -
CMYK 0 0.63 0.54 0.47
HSL 351.63º 0.46% 0.36% -
HSV(B) 351.63º 0.63% 0.53% -
XYZ 12.16 7.86 5.43 -
YUV 77.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 136 50 62 0 0.63 0.54 0.47 351.63 0.46 0.36
Hex 88 32 3E 0 3F 36 2F 160 2E 24
Octal 210 62 76 0 77 66 57 540 56 44
Binary 10001000 110010 111110 0 111111 110110 101111 101100000 101110 100100

Color Harmonies of #88323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88323E

Black with #88323E

Text Example


Text Example

White with #88323E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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