Html Css Color HEX #88333F Old Brick

📋 copy color: '#88333F'

red 136 ◦ green 51 ◦ blue 63

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

Shades of Old Brick #88333F

Tints of Old Brick #88333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

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

R = 54.4%
G = 20.4%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#88333F (or 0x88333F) is known color: Old Brick. HEX triplet: 88, 33 and 3F. RGB value is (136,51,63). Sum of RGB (Red+Green+Blue) = 136+51+63=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88333F is #77CCC0. Grayscale: #4D4D4D. Windows color (decimal): -7851201 or 4141960. OLE color: 4141960.

HSL color Cylindrical-coordinate representation of color #88333F: hue angle of 351.53º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #88333F is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 51 63 -
CMYK 0 0.62 0.54 0.47
HSL 351.53º 0.45% 0.37% -
HSV(B) 351.53º 0.63% 0.53% -
XYZ 12.23 7.96 5.59 -
YUV 77.78 119.66 169.52 -
System Red Green Blue C M Y K H S L
Decimal 136 51 63 0 0.62 0.54 0.47 351.53 0.45 0.37
Hex 88 33 3F 0 3E 36 2F 160 2D 25
Octal 210 63 77 0 76 66 57 540 55 45
Binary 10001000 110011 111111 0 111110 110110 101111 101100000 101101 100101

Color Harmonies of #88333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88333F

Black with #88333F

Text Example


Text Example

White with #88333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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