Html Css Color HEX #893335 Old Brick

📋 copy color: '#893335'

red 137 ◦ green 51 ◦ blue 53

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

Shades of Old Brick #893335

Tints of Old Brick #893335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.99%

R = 56.85%
G = 21.16%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#893335 (or 0x893335) is known color: Old Brick. HEX triplet: 89, 33 and 35. RGB value is (137,51,53). Sum of RGB (Red+Green+Blue) = 137+51+53=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #893335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893335 is #76CCCA. Grayscale: #4D4D4D. Windows color (decimal): -7785675 or 3486601. OLE color: 3486601.

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

Color convert

RGB 137 51 53 -
CMYK 0 0.63 0.61 0.46
HSL 358.6º 0.46% 0.37% -
HSV(B) 358.6º 0.63% 0.54% -
XYZ 12.14 7.94 4.26 -
YUV 76.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 137 51 53 0 0.63 0.61 0.46 358.6 0.46 0.37
Hex 89 33 35 0 3F 3D 2E 167 2E 25
Octal 211 63 65 0 77 75 56 547 56 45
Binary 10001001 110011 110101 0 111111 111101 101110 101100111 101110 100101

Color Harmonies of #893335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893335

Black with #893335

Text Example


Text Example

White with #893335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893335; }

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

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

background-color css

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

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

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

border-color css

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

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

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