Html Css Color HEX #88463A Paarl

📋 copy color: '#88463A'

red 136 ◦ green 70 ◦ blue 58

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

Shades of Paarl #88463A

Tints of Paarl #88463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.52%

 BLUE value IS 58 (23.05% from 255) = 21.97%

R = 51.52%
G = 26.52%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#88463A (or 0x88463A) is known color: Paarl. HEX triplet: 88, 46 and 3A. RGB value is (136,70,58). Sum of RGB (Red+Green+Blue) = 136+70+58=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #88463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88463A is #77B9C5. Grayscale: #585858. Windows color (decimal): -7846342 or 3819144. OLE color: 3819144.

HSL color Cylindrical-coordinate representation of color #88463A: hue angle of 9.23º 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 #88463A is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 70 58 -
CMYK 0 0.49 0.57 0.47
HSL 9.23º 0.4% 0.38% -
HSV(B) 9.23º 0.57% 0.53% -
XYZ 13.11 9.92 5.23 -
YUV 88.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 136 70 58 0 0.49 0.57 0.47 9.23 0.4 0.38
Hex 88 46 3A 0 31 39 2F 9 28 26
Octal 210 106 72 0 61 71 57 11 50 46
Binary 10001000 1000110 111010 0 110001 111001 101111 1001 101000 100110

Color Harmonies of #88463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88463A

Black with #88463A

Text Example


Text Example

White with #88463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88463A;
 }
 .AnyTagClassName
 {
   color: #88463A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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