Html Css Color HEX #89333C Old Brick

📋 copy color: '#89333C'

red 137 ◦ green 51 ◦ blue 60

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

Shades of Old Brick #89333C

Tints of Old Brick #89333C

RGB

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

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

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

R = 55.24%
G = 20.56%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#89333C (or 0x89333C) is known color: Old Brick. HEX triplet: 89, 33 and 3C. RGB value is (137,51,60). Sum of RGB (Red+Green+Blue) = 137+51+60=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #89333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89333C is #76CCC3. Grayscale: #4D4D4D. Windows color (decimal): -7785668 or 3945353. OLE color: 3945353.

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

Color convert

RGB 137 51 60 -
CMYK 0 0.63 0.56 0.46
HSL 353.72º 0.46% 0.37% -
HSV(B) 353.72º 0.63% 0.54% -
XYZ 12.32 8.01 5.17 -
YUV 77.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 137 51 60 0 0.63 0.56 0.46 353.72 0.46 0.37
Hex 89 33 3C 0 3F 38 2E 162 2E 25
Octal 211 63 74 0 77 70 56 542 56 45
Binary 10001001 110011 111100 0 111111 111000 101110 101100010 101110 100101

Color Harmonies of #89333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89333C

Black with #89333C

Text Example


Text Example

White with #89333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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