Html Css Color HEX #89472D Paarl

📋 copy color: '#89472D'

red 137 ◦ green 71 ◦ blue 45

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

Shades of Paarl #89472D

Tints of Paarl #89472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.06%

 BLUE value IS 45 (17.97% from 255) = 17.79%

R = 54.15%
G = 28.06%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#89472D (or 0x89472D) is known color: Paarl. HEX triplet: 89, 47 and 2D. RGB value is (137,71,45). Sum of RGB (Red+Green+Blue) = 137+71+45=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #89472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89472D is #76B8D2. Grayscale: #575757. Windows color (decimal): -7780563 or 2967433. OLE color: 2967433.

HSL color Cylindrical-coordinate representation of color #89472D: hue angle of 16.96º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89472D is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 71 45 -
CMYK 0 0.48 0.67 0.46
HSL 16.96º 0.51% 0.36% -
HSV(B) 16.96º 0.67% 0.54% -
XYZ 13.04 10.01 3.73 -
YUV 87.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 137 71 45 0 0.48 0.67 0.46 16.96 0.51 0.36
Hex 89 47 2D 0 30 43 2E 11 33 24
Octal 211 107 55 0 60 103 56 21 63 44
Binary 10001001 1000111 101101 0 110000 1000011 101110 10001 110011 100100

Color Harmonies of #89472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89472D

Black with #89472D

Text Example


Text Example

White with #89472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89472D; }

 p { color: rgb(137,71,45); }

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

background-color css

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

 a { background-color: rgb(137,71,45); }

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

border-color css

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

 span { border-color: rgb(137,71,45); }

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