Html Css Color HEX #88472C Paarl

📋 copy color: '#88472C'

red 136 ◦ green 71 ◦ blue 44

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

Shades of Paarl #88472C

Tints of Paarl #88472C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.53%

R = 54.18%
G = 28.29%
B = 17.53%

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

#88472C (or 0x88472C) is known color: Paarl. HEX triplet: 88, 47 and 2C. RGB value is (136,71,44). Sum of RGB (Red+Green+Blue) = 136+71+44=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88472C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88472C is #77B8D3. Grayscale: #575757. Windows color (decimal): -7846100 or 2901896. OLE color: 2901896.

HSL color Cylindrical-coordinate representation of color #88472C: hue angle of 17.61º degrees, saturation: 0.51, 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 #88472C is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 71 44 -
CMYK 0 0.48 0.68 0.47
HSL 17.61º 0.51% 0.35% -
HSV(B) 17.61º 0.68% 0.53% -
XYZ 12.86 9.92 3.62 -
YUV 87.36 103.53 162.7 -
System Red Green Blue C M Y K H S L
Decimal 136 71 44 0 0.48 0.68 0.47 17.61 0.51 0.35
Hex 88 47 2C 0 30 44 2F 12 33 23
Octal 210 107 54 0 60 104 57 22 63 43
Binary 10001000 1000111 101100 0 110000 1000100 101111 10010 110011 100011

Color Harmonies of #88472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88472C

Black with #88472C

Text Example


Text Example

White with #88472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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