Html Css Color HEX #89323B Old Brick

📋 copy color: '#89323B'

red 137 ◦ green 50 ◦ blue 59

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

Shades of Old Brick #89323B

Tints of Old Brick #89323B

RGB

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

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

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

R = 55.69%
G = 20.33%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#89323B (or 0x89323B) is known color: Old Brick. HEX triplet: 89, 32 and 3B. RGB value is (137,50,59). Sum of RGB (Red+Green+Blue) = 137+50+59=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #89323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89323B is #76CDC4. Grayscale: #4D4D4D. Windows color (decimal): -7785925 or 3879561. OLE color: 3879561.

HSL color Cylindrical-coordinate representation of color #89323B: hue angle of 353.79º 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 #89323B is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 50 59 -
CMYK 0 0.64 0.57 0.46
HSL 353.79º 0.47% 0.37% -
HSV(B) 353.79º 0.64% 0.54% -
XYZ 12.25 7.92 5.02 -
YUV 77.04 117.82 170.77 -
System Red Green Blue C M Y K H S L
Decimal 137 50 59 0 0.64 0.57 0.46 353.79 0.47 0.37
Hex 89 32 3B 0 40 39 2E 162 2F 25
Octal 211 62 73 0 100 71 56 542 57 45
Binary 10001001 110010 111011 0 1000000 111001 101110 101100010 101111 100101

Color Harmonies of #89323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89323B

Black with #89323B

Text Example


Text Example

White with #89323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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