Html Css Color HEX #89323C Old Brick

📋 copy color: '#89323C'

red 137 ◦ green 50 ◦ blue 60

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

Shades of Old Brick #89323C

Tints of Old Brick #89323C

RGB

 RED value IS 137 (53.91% from 255) = 55.47%

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

 BLUE value IS 60 (23.83% from 255) = 24.29%

R = 55.47%
G = 20.24%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#89323C (or 0x89323C) is known color: Old Brick. HEX triplet: 89, 32 and 3C. RGB value is (137,50,60). Sum of RGB (Red+Green+Blue) = 137+50+60=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #89323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89323C is #76CDC3. Grayscale: #4D4D4D. Windows color (decimal): -7785924 or 3945097. OLE color: 3945097.

HSL color Cylindrical-coordinate representation of color #89323C: hue angle of 353.1º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #89323C is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 50 60 -
CMYK 0 0.64 0.56 0.46
HSL 353.1º 0.47% 0.37% -
HSV(B) 353.1º 0.64% 0.54% -
XYZ 12.27 7.93 5.16 -
YUV 77.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 137 50 60 0 0.64 0.56 0.46 353.1 0.47 0.37
Hex 89 32 3C 0 40 38 2E 161 2F 25
Octal 211 62 74 0 100 70 56 541 57 45
Binary 10001001 110010 111100 0 1000000 111000 101110 101100001 101111 100101

Color Harmonies of #89323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89323C

Black with #89323C

Text Example


Text Example

White with #89323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89323C; }

 p { color: rgb(137,50,60); }

 H1.HeaderClassName
 {
   color: #89323C;
 }
 .AnyTagClassName
 {
   color: #89323C;
 }
</style>

background-color css

<style>
 a { background-color: #89323C; }

 a { background-color: rgb(137,50,60); }

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

border-color css

<style>
 span { border-color: #89323C; }

 span { border-color: rgb(137,50,60); }

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