Html Css Color HEX #87442F Paarl

📋 copy color: '#87442F'

red 135 ◦ green 68 ◦ blue 47

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

Shades of Paarl #87442F

Tints of Paarl #87442F

RGB

 RED value IS 135 (53.13% from 255) = 54%

 GREEN value IS 68 (26.95% from 255) = 27.2%

 BLUE value IS 47 (18.75% from 255) = 18.8%

R = 54%
G = 27.2%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#87442F (or 0x87442F) is known color: Paarl. HEX triplet: 87, 44 and 2F. RGB value is (135,68,47). Sum of RGB (Red+Green+Blue) = 135+68+47=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #87442F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87442F is #78BBD0. Grayscale: #555555. Windows color (decimal): -7912401 or 3097735. OLE color: 3097735.

HSL color Cylindrical-coordinate representation of color #87442F: hue angle of 14.32º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87442F is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 68 47 -
CMYK 0 0.50 0.65 0.47
HSL 14.32º 0.48% 0.36% -
HSV(B) 14.32º 0.65% 0.53% -
XYZ 12.57 9.49 3.86 -
YUV 85.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 135 68 47 0 0.50 0.65 0.47 14.32 0.48 0.36
Hex 87 44 2F 0 32 41 2F E 30 24
Octal 207 104 57 0 62 101 57 16 60 44
Binary 10000111 1000100 101111 0 110010 1000001 101111 1110 110000 100100

Color Harmonies of #87442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87442F

Black with #87442F

Text Example


Text Example

White with #87442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87442F; }

 p { color: rgb(135,68,47); }

 H1.HeaderClassName
 {
   color: #87442F;
 }
 .AnyTagClassName
 {
   color: #87442F;
 }
</style>

background-color css

<style>
 a { background-color: #87442F; }

 a { background-color: rgb(135,68,47); }

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

border-color css

<style>
 span { border-color: #87442F; }

 span { border-color: rgb(135,68,47); }

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