Html Css Color HEX #84303D Paprika

📋 copy color: '#84303D'

red 132 ◦ green 48 ◦ blue 61

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

Shades of Paprika #84303D

Tints of Paprika #84303D

RGB

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

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

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

R = 54.77%
G = 19.92%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#84303D (or 0x84303D) is known color: Paprika. HEX triplet: 84, 30 and 3D. RGB value is (132,48,61). Sum of RGB (Red+Green+Blue) = 132+48+61=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #84303D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84303D is #7BCFC2. Grayscale: #4A4A4A. Windows color (decimal): -8114115 or 4010116. OLE color: 4010116.

HSL color Cylindrical-coordinate representation of color #84303D: hue angle of 350.71º 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 #84303D is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 48 61 -
CMYK 0 0.64 0.54 0.48
HSL 350.71º 0.47% 0.35% -
HSV(B) 350.71º 0.64% 0.52% -
XYZ 11.41 7.36 5.23 -
YUV 74.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 132 48 61 0 0.64 0.54 0.48 350.71 0.47 0.35
Hex 84 30 3D 0 40 36 30 15F 2F 23
Octal 204 60 75 0 100 66 60 537 57 43
Binary 10000100 110000 111101 0 1000000 110110 110000 101011111 101111 100011

Color Harmonies of #84303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84303D

Black with #84303D

Text Example


Text Example

White with #84303D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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