Html Css Color HEX #89463A Paarl

📋 copy color: '#89463A'

red 137 ◦ green 70 ◦ blue 58

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

Shades of Paarl #89463A

Tints of Paarl #89463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.42%

 BLUE value IS 58 (23.05% from 255) = 21.89%

R = 51.7%
G = 26.42%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#89463A (or 0x89463A) is known color: Paarl. HEX triplet: 89, 46 and 3A. RGB value is (137,70,58). Sum of RGB (Red+Green+Blue) = 137+70+58=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #89463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89463A is #76B9C5. Grayscale: #585858. Windows color (decimal): -7780806 or 3819145. OLE color: 3819145.

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

Color convert

RGB 137 70 58 -
CMYK 0 0.49 0.58 0.46
HSL 9.11º 0.41% 0.38% -
HSV(B) 9.11º 0.58% 0.54% -
XYZ 13.27 10 5.23 -
YUV 88.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 137 70 58 0 0.49 0.58 0.46 9.11 0.41 0.38
Hex 89 46 3A 0 31 3A 2E 9 29 26
Octal 211 106 72 0 61 72 56 11 51 46
Binary 10001001 1000110 111010 0 110001 111010 101110 1001 101001 100110

Color Harmonies of #89463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89463A

Black with #89463A

Text Example


Text Example

White with #89463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89463A; }

 p { color: rgb(137,70,58); }

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

background-color css

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

 a { background-color: rgb(137,70,58); }

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

border-color css

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

 span { border-color: rgb(137,70,58); }

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