Html Css Color HEX #88363B Old Brick

📋 copy color: '#88363B'

red 136 ◦ green 54 ◦ blue 59

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

Shades of Old Brick #88363B

Tints of Old Brick #88363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.69%

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

R = 54.62%
G = 21.69%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#88363B (or 0x88363B) is known color: Old Brick. HEX triplet: 88, 36 and 3B. RGB value is (136,54,59). Sum of RGB (Red+Green+Blue) = 136+54+59=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #88363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88363B is #77C9C4. Grayscale: #4F4F4F. Windows color (decimal): -7850437 or 3880584. OLE color: 3880584.

HSL color Cylindrical-coordinate representation of color #88363B: hue angle of 356.34º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88363B is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 54 59 -
CMYK 0 0.60 0.57 0.47
HSL 356.34º 0.43% 0.37% -
HSV(B) 356.34º 0.6% 0.53% -
XYZ 12.26 8.19 5.07 -
YUV 79.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 136 54 59 0 0.60 0.57 0.47 356.34 0.43 0.37
Hex 88 36 3B 0 3C 39 2F 164 2B 25
Octal 210 66 73 0 74 71 57 544 53 45
Binary 10001000 110110 111011 0 111100 111001 101111 101100100 101011 100101

Color Harmonies of #88363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88363B

Black with #88363B

Text Example


Text Example

White with #88363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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