Html Css Color HEX #892F39 Old Brick

📋 copy color: '#892F39'

red 137 ◦ green 47 ◦ blue 57

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

Shades of Old Brick #892F39

Tints of Old Brick #892F39

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.5%

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

R = 56.85%
G = 19.5%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#892F39 (or 0x892F39) is known color: Old Brick. HEX triplet: 89, 2F and 39. RGB value is (137,47,57). Sum of RGB (Red+Green+Blue) = 137+47+57=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #892F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892F39 is #76D0C6. Grayscale: #4B4B4B. Windows color (decimal): -7786695 or 3747721. OLE color: 3747721.

HSL color Cylindrical-coordinate representation of color #892F39: hue angle of 353.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892F39 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 47 57 -
CMYK 0 0.66 0.58 0.46
HSL 353.33º 0.49% 0.36% -
HSV(B) 353.33º 0.66% 0.54% -
XYZ 12.07 7.65 4.71 -
YUV 75.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 137 47 57 0 0.66 0.58 0.46 353.33 0.49 0.36
Hex 89 2F 39 0 42 3A 2E 161 31 24
Octal 211 57 71 0 102 72 56 541 61 44
Binary 10001001 101111 111001 0 1000010 111010 101110 101100001 110001 100100

Color Harmonies of #892F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892F39

Black with #892F39

Text Example


Text Example

White with #892F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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