Html Css Color HEX #88323F Old Brick

📋 copy color: '#88323F'

red 136 ◦ green 50 ◦ blue 63

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

Shades of Old Brick #88323F

Tints of Old Brick #88323F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.3%

R = 54.62%
G = 20.08%
B = 25.3%

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

#88323F (or 0x88323F) is known color: Old Brick. HEX triplet: 88, 32 and 3F. RGB value is (136,50,63). Sum of RGB (Red+Green+Blue) = 136+50+63=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #88323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88323F is #77CDC0. Grayscale: #4D4D4D. Windows color (decimal): -7851457 or 4141704. OLE color: 4141704.

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

Color convert

RGB 136 50 63 -
CMYK 0 0.63 0.54 0.47
HSL 350.93º 0.46% 0.36% -
HSV(B) 350.93º 0.63% 0.53% -
XYZ 12.19 7.87 5.58 -
YUV 77.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 136 50 63 0 0.63 0.54 0.47 350.93 0.46 0.36
Hex 88 32 3F 0 3F 36 2F 15F 2E 24
Octal 210 62 77 0 77 66 57 537 56 44
Binary 10001000 110010 111111 0 111111 110110 101111 101011111 101110 100100

Color Harmonies of #88323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88323F

Black with #88323F

Text Example


Text Example

White with #88323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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