Html Css Color HEX #88472B Paarl

📋 copy color: '#88472B'

red 136 ◦ green 71 ◦ blue 43

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

Shades of Paarl #88472B

Tints of Paarl #88472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.2%

R = 54.4%
G = 28.4%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88472B (or 0x88472B) is known color: Paarl. HEX triplet: 88, 47 and 2B. RGB value is (136,71,43). Sum of RGB (Red+Green+Blue) = 136+71+43=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88472B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88472B is #77B8D4. Grayscale: #575757. Windows color (decimal): -7846101 or 2836360. OLE color: 2836360.

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

Color convert

RGB 136 71 43 -
CMYK 0 0.48 0.68 0.47
HSL 18.06º 0.52% 0.35% -
HSV(B) 18.06º 0.68% 0.53% -
XYZ 12.84 9.92 3.52 -
YUV 87.24 103.03 162.78 -
System Red Green Blue C M Y K H S L
Decimal 136 71 43 0 0.48 0.68 0.47 18.06 0.52 0.35
Hex 88 47 2B 0 30 44 2F 12 34 23
Octal 210 107 53 0 60 104 57 22 64 43
Binary 10001000 1000111 101011 0 110000 1000100 101111 10010 110100 100011

Color Harmonies of #88472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88472B

Black with #88472B

Text Example


Text Example

White with #88472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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