Html Css Color HEX #88353D Old Brick

📋 copy color: '#88353D'

red 136 ◦ green 53 ◦ blue 61

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

Shades of Old Brick #88353D

Tints of Old Brick #88353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.2%

 BLUE value IS 61 (24.22% from 255) = 24.4%

R = 54.4%
G = 21.2%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#88353D (or 0x88353D) is known color: Old Brick. HEX triplet: 88, 35 and 3D. RGB value is (136,53,61). Sum of RGB (Red+Green+Blue) = 136+53+61=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88353D is #77CAC2. Grayscale: #4E4E4E. Windows color (decimal): -7850691 or 4011400. OLE color: 4011400.

HSL color Cylindrical-coordinate representation of color #88353D: hue angle of 354.22º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #88353D is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 53 61 -
CMYK 0 0.61 0.55 0.47
HSL 354.22º 0.44% 0.37% -
HSV(B) 354.22º 0.61% 0.53% -
XYZ 12.27 8.12 5.34 -
YUV 78.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 136 53 61 0 0.61 0.55 0.47 354.22 0.44 0.37
Hex 88 35 3D 0 3D 37 2F 162 2C 25
Octal 210 65 75 0 75 67 57 542 54 45
Binary 10001000 110101 111101 0 111101 110111 101111 101100010 101100 100101

Color Harmonies of #88353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88353D

Black with #88353D

Text Example


Text Example

White with #88353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88353D; }

 p { color: rgb(136,53,61); }

 H1.HeaderClassName
 {
   color: #88353D;
 }
 .AnyTagClassName
 {
   color: #88353D;
 }
</style>

background-color css

<style>
 a { background-color: #88353D; }

 a { background-color: rgb(136,53,61); }

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

border-color css

<style>
 span { border-color: #88353D; }

 span { border-color: rgb(136,53,61); }

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