Html Css Color HEX #84303C Paprika

📋 copy color: '#84303C'

red 132 ◦ green 48 ◦ blue 60

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

Shades of Paprika #84303C

Tints of Paprika #84303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20%

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

R = 55%
G = 20%
B = 25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84303C (or 0x84303C) is known color: Paprika. HEX triplet: 84, 30 and 3C. RGB value is (132,48,60). Sum of RGB (Red+Green+Blue) = 132+48+60=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #84303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84303C is #7BCFC3. Grayscale: #4A4A4A. Windows color (decimal): -8114116 or 3944580. OLE color: 3944580.

HSL color Cylindrical-coordinate representation of color #84303C: hue angle of 351.43º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84303C is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 48 60 -
CMYK 0 0.64 0.55 0.48
HSL 351.43º 0.47% 0.35% -
HSV(B) 351.43º 0.64% 0.52% -
XYZ 11.39 7.35 5.09 -
YUV 74.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 132 48 60 0 0.64 0.55 0.48 351.43 0.47 0.35
Hex 84 30 3C 0 40 37 30 15F 2F 23
Octal 204 60 74 0 100 67 60 537 57 43
Binary 10000100 110000 111100 0 1000000 110111 110000 101011111 101111 100011

Color Harmonies of #84303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84303C

Black with #84303C

Text Example


Text Example

White with #84303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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