Html Css Color HEX #84323D Paprika

📋 copy color: '#84323D'

red 132 ◦ green 50 ◦ blue 61

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

Shades of Paprika #84323D

Tints of Paprika #84323D

RGB

 RED value IS 132 (51.95% from 255) = 54.32%

 GREEN value IS 50 (19.92% from 255) = 20.58%

 BLUE value IS 61 (24.22% from 255) = 25.1%

R = 54.32%
G = 20.58%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#84323D (or 0x84323D) is known color: Paprika. HEX triplet: 84, 32 and 3D. RGB value is (132,50,61). Sum of RGB (Red+Green+Blue) = 132+50+61=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #84323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84323D is #7BCDC2. Grayscale: #4B4B4B. Windows color (decimal): -8113603 or 4010628. OLE color: 4010628.

HSL color Cylindrical-coordinate representation of color #84323D: hue angle of 351.95º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84323D is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 50 61 -
CMYK 0 0.62 0.54 0.48
HSL 351.95º 0.45% 0.36% -
HSV(B) 351.95º 0.62% 0.52% -
XYZ 11.5 7.52 5.26 -
YUV 75.77 119.67 168.11 -
System Red Green Blue C M Y K H S L
Decimal 132 50 61 0 0.62 0.54 0.48 351.95 0.45 0.36
Hex 84 32 3D 0 3E 36 30 160 2D 24
Octal 204 62 75 0 76 66 60 540 55 44
Binary 10000100 110010 111101 0 111110 110110 110000 101100000 101101 100100

Color Harmonies of #84323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84323D

Black with #84323D

Text Example


Text Example

White with #84323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84323D; }

 p { color: rgb(132,50,61); }

 H1.HeaderClassName
 {
   color: #84323D;
 }
 .AnyTagClassName
 {
   color: #84323D;
 }
</style>

background-color css

<style>
 a { background-color: #84323D; }

 a { background-color: rgb(132,50,61); }

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

border-color css

<style>
 span { border-color: #84323D; }

 span { border-color: rgb(132,50,61); }

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