Html Css Color HEX #88472D Paarl

📋 copy color: '#88472D'

red 136 ◦ green 71 ◦ blue 45

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

Shades of Paarl #88472D

Tints of Paarl #88472D

RGB

 RED value IS 136 (53.52% from 255) = 53.97%

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

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

R = 53.97%
G = 28.17%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#88472D (or 0x88472D) is known color: Paarl. HEX triplet: 88, 47 and 2D. RGB value is (136,71,45). Sum of RGB (Red+Green+Blue) = 136+71+45=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #88472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88472D is #77B8D2. Grayscale: #575757. Windows color (decimal): -7846099 or 2967432. OLE color: 2967432.

HSL color Cylindrical-coordinate representation of color #88472D: hue angle of 17.14º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88472D is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 71 45 -
CMYK 0 0.48 0.67 0.47
HSL 17.14º 0.5% 0.35% -
HSV(B) 17.14º 0.67% 0.53% -
XYZ 12.88 9.93 3.72 -
YUV 87.47 104.03 162.61 -
System Red Green Blue C M Y K H S L
Decimal 136 71 45 0 0.48 0.67 0.47 17.14 0.5 0.35
Hex 88 47 2D 0 30 43 2F 11 32 23
Octal 210 107 55 0 60 103 57 21 62 43
Binary 10001000 1000111 101101 0 110000 1000011 101111 10001 110010 100011

Color Harmonies of #88472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88472D

Black with #88472D

Text Example


Text Example

White with #88472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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