Html Css Color HEX #893239 Old Brick

📋 copy color: '#893239'

red 137 ◦ green 50 ◦ blue 57

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

Shades of Old Brick #893239

Tints of Old Brick #893239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.36%

R = 56.15%
G = 20.49%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#893239 (or 0x893239) is known color: Old Brick. HEX triplet: 89, 32 and 39. RGB value is (137,50,57). Sum of RGB (Red+Green+Blue) = 137+50+57=244 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.15% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 137 - color contains mainly: red. Hex color #893239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893239 is #76CDC6. Grayscale: #4C4C4C. Windows color (decimal): -7785927 or 3748489. OLE color: 3748489.

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

Color convert

RGB 137 50 57 -
CMYK 0 0.64 0.58 0.46
HSL 355.17º 0.47% 0.37% -
HSV(B) 355.17º 0.64% 0.54% -
XYZ 12.2 7.89 4.75 -
YUV 76.81 116.82 170.93 -
System Red Green Blue C M Y K H S L
Decimal 137 50 57 0 0.64 0.58 0.46 355.17 0.47 0.37
Hex 89 32 39 0 40 3A 2E 163 2F 25
Octal 211 62 71 0 100 72 56 543 57 45
Binary 10001001 110010 111001 0 1000000 111010 101110 101100011 101111 100101

Color Harmonies of #893239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893239

Black with #893239

Text Example


Text Example

White with #893239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893239; }

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

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

background-color css

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

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

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

border-color css

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

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

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