Html Css Color HEX #84323C Paprika

📋 copy color: '#84323C'

red 132 ◦ green 50 ◦ blue 60

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

Shades of Paprika #84323C

Tints of Paprika #84323C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.79%

R = 54.55%
G = 20.66%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84323C (or 0x84323C) is known color: Paprika. HEX triplet: 84, 32 and 3C. RGB value is (132,50,60). Sum of RGB (Red+Green+Blue) = 132+50+60=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #84323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84323C is #7BCDC3. Grayscale: #4B4B4B. Windows color (decimal): -8113604 or 3945092. OLE color: 3945092.

HSL color Cylindrical-coordinate representation of color #84323C: hue angle of 352.68º 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 #84323C is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 50 60 -
CMYK 0 0.62 0.55 0.48
HSL 352.68º 0.45% 0.36% -
HSV(B) 352.68º 0.62% 0.52% -
XYZ 11.47 7.51 5.12 -
YUV 75.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 132 50 60 0 0.62 0.55 0.48 352.68 0.45 0.36
Hex 84 32 3C 0 3E 37 30 161 2D 24
Octal 204 62 74 0 76 67 60 541 55 44
Binary 10000100 110010 111100 0 111110 110111 110000 101100001 101101 100100

Color Harmonies of #84323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84323C

Black with #84323C

Text Example


Text Example

White with #84323C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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