Html Css Color HEX #84333D Paprika

📋 copy color: '#84333D'

red 132 ◦ green 51 ◦ blue 61

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

Shades of Paprika #84333D

Tints of Paprika #84333D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

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

R = 54.1%
G = 20.9%
B = 25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#84333D (or 0x84333D) is known color: Paprika. HEX triplet: 84, 33 and 3D. RGB value is (132,51,61). Sum of RGB (Red+Green+Blue) = 132+51+61=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #84333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84333D is #7BCCC2. Grayscale: #4C4C4C. Windows color (decimal): -8113347 or 4010884. OLE color: 4010884.

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

Color convert

RGB 132 51 61 -
CMYK 0 0.61 0.54 0.48
HSL 352.59º 0.44% 0.36% -
HSV(B) 352.59º 0.61% 0.52% -
XYZ 11.54 7.61 5.28 -
YUV 76.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 132 51 61 0 0.61 0.54 0.48 352.59 0.44 0.36
Hex 84 33 3D 0 3D 36 30 161 2C 24
Octal 204 63 75 0 75 66 60 541 54 44
Binary 10000100 110011 111101 0 111101 110110 110000 101100001 101100 100100

Color Harmonies of #84333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84333D

Black with #84333D

Text Example


Text Example

White with #84333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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