#88473A

Color #88473A Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #88473A

Tints of Paarl #88473A

Color information

#88473A (or 0x88473A) is unknown color: approx Paarl. HEX triplet: 88, 47 and 3A. RGB value is (136,71,58). Sum of RGB (Red+Green+Blue) = 136+71+58=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #88473A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88473A is #77B8C5. Grayscale: #595959. Windows color (decimal): -7846086 or 3819400. OLE color: 3819400.

HSL color Cylindrical-coordinate representation of color #88473A: hue angle of 10º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #88473A is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1367158-
CMYK00.480.570.47
HSL10º40.21%38.04%-
HSV(B)10º57.35%53.33%-
XYZ13.1710.055.25-
YUV88.95110.53161.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.32%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=51.32%
G=26.79%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136715800.480.570.471040.2138.04
Hex88473A030392Fa2826
Octal210107720607157125046
Binary10001000100011111101001100001110011011111010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,71,58); }

 H1.HeaderClassName
 {
   color: #88473A;
 }
 .AnyTagClassName
 {
   color: #88473A;
 }
</style>
background-color css

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

 a { background-color: rgb(136,71,58); }

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

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

 span { border-color: rgb(136,71,58); }

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