Html Css Color HEX #89333B Old Brick

📋 copy color: '#89333B'

red 137 ◦ green 51 ◦ blue 59

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

Shades of Old Brick #89333B

Tints of Old Brick #89333B

RGB

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

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

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

R = 55.47%
G = 20.65%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#89333B (or 0x89333B) is known color: Old Brick. HEX triplet: 89, 33 and 3B. RGB value is (137,51,59). Sum of RGB (Red+Green+Blue) = 137+51+59=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #89333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89333B is #76CCC4. Grayscale: #4D4D4D. Windows color (decimal): -7785669 or 3879817. OLE color: 3879817.

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

Color convert

RGB 137 51 59 -
CMYK 0 0.63 0.57 0.46
HSL 354.42º 0.46% 0.37% -
HSV(B) 354.42º 0.63% 0.54% -
XYZ 12.29 8 5.03 -
YUV 77.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 137 51 59 0 0.63 0.57 0.46 354.42 0.46 0.37
Hex 89 33 3B 0 3F 39 2E 162 2E 25
Octal 211 63 73 0 77 71 56 542 56 45
Binary 10001001 110011 111011 0 111111 111001 101110 101100010 101110 100101

Color Harmonies of #89333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89333B

Black with #89333B

Text Example


Text Example

White with #89333B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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