Html Css Color HEX #83442E Paarl

📋 copy color: '#83442E'

red 131 ◦ green 68 ◦ blue 46

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

Shades of Paarl #83442E

Tints of Paarl #83442E

RGB

 RED value IS 131 (51.56% from 255) = 53.47%

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

 BLUE value IS 46 (18.36% from 255) = 18.78%

R = 53.47%
G = 27.76%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#83442E (or 0x83442E) is known color: Paarl. HEX triplet: 83, 44 and 2E. RGB value is (131,68,46). Sum of RGB (Red+Green+Blue) = 131+68+46=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83442E is #7CBBD1. Grayscale: #545454. Windows color (decimal): -8174546 or 3032195. OLE color: 3032195.

HSL color Cylindrical-coordinate representation of color #83442E: hue angle of 15.53º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83442E is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 68 46 -
CMYK 0 0.48 0.65 0.49
HSL 15.53º 0.48% 0.35% -
HSV(B) 15.53º 0.65% 0.51% -
XYZ 11.92 9.16 3.72 -
YUV 84.33 106.37 161.29 -
System Red Green Blue C M Y K H S L
Decimal 131 68 46 0 0.48 0.65 0.49 15.53 0.48 0.35
Hex 83 44 2E 0 30 41 31 10 30 23
Octal 203 104 56 0 60 101 61 20 60 43
Binary 10000011 1000100 101110 0 110000 1000001 110001 10000 110000 100011

Color Harmonies of #83442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83442E

Black with #83442E

Text Example


Text Example

White with #83442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83442E; }

 p { color: rgb(131,68,46); }

 H1.HeaderClassName
 {
   color: #83442E;
 }
 .AnyTagClassName
 {
   color: #83442E;
 }
</style>

background-color css

<style>
 a { background-color: #83442E; }

 a { background-color: rgb(131,68,46); }

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

border-color css

<style>
 span { border-color: #83442E; }

 span { border-color: rgb(131,68,46); }

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