Html Css Color HEX #893339 Old Brick

📋 copy color: '#893339'

red 137 ◦ green 51 ◦ blue 57

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

Shades of Old Brick #893339

Tints of Old Brick #893339

RGB

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

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

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

R = 55.92%
G = 20.82%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#893339 (or 0x893339) is known color: Old Brick. HEX triplet: 89, 33 and 39. RGB value is (137,51,57). Sum of RGB (Red+Green+Blue) = 137+51+57=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #893339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893339 is #76CCC6. Grayscale: #4D4D4D. Windows color (decimal): -7785671 or 3748745. OLE color: 3748745.

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

Color convert

RGB 137 51 57 -
CMYK 0 0.63 0.58 0.46
HSL 355.81º 0.46% 0.37% -
HSV(B) 355.81º 0.63% 0.54% -
XYZ 12.24 7.98 4.77 -
YUV 77.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 137 51 57 0 0.63 0.58 0.46 355.81 0.46 0.37
Hex 89 33 39 0 3F 3A 2E 164 2E 25
Octal 211 63 71 0 77 72 56 544 56 45
Binary 10001001 110011 111001 0 111111 111010 101110 101100100 101110 100101

Color Harmonies of #893339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893339

Black with #893339

Text Example


Text Example

White with #893339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893339; }

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

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

background-color css

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

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

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

border-color css

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

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

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