Html Css Color HEX #84313E Paprika

📋 copy color: '#84313E'

red 132 ◦ green 49 ◦ blue 62

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

Shades of Paprika #84313E

Tints of Paprika #84313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.16%

 BLUE value IS 62 (24.61% from 255) = 25.51%

R = 54.32%
G = 20.16%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#84313E (or 0x84313E) is known color: Paprika. HEX triplet: 84, 31 and 3E. RGB value is (132,49,62). Sum of RGB (Red+Green+Blue) = 132+49+62=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #84313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84313E is #7BCEC1. Grayscale: #4B4B4B. Windows color (decimal): -8113858 or 4075908. OLE color: 4075908.

HSL color Cylindrical-coordinate representation of color #84313E: hue angle of 350.6º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84313E is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 49 62 -
CMYK 0 0.63 0.53 0.48
HSL 350.6º 0.46% 0.35% -
HSV(B) 350.6º 0.63% 0.52% -
XYZ 11.48 7.45 5.39 -
YUV 75.3 120.5 168.44 -
System Red Green Blue C M Y K H S L
Decimal 132 49 62 0 0.63 0.53 0.48 350.6 0.46 0.35
Hex 84 31 3E 0 3F 35 30 15F 2E 23
Octal 204 61 76 0 77 65 60 537 56 43
Binary 10000100 110001 111110 0 111111 110101 110000 101011111 101110 100011

Color Harmonies of #84313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84313E

Black with #84313E

Text Example


Text Example

White with #84313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,49,62); }

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

background-color css

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

 a { background-color: rgb(132,49,62); }

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

border-color css

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

 span { border-color: rgb(132,49,62); }

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