Html Css Color HEX #82343F Paprika

📋 copy color: '#82343F'

red 130 ◦ green 52 ◦ blue 63

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

Shades of Paprika #82343F

Tints of Paprika #82343F

RGB

 RED value IS 130 (51.17% from 255) = 53.06%

 GREEN value IS 52 (20.7% from 255) = 21.22%

 BLUE value IS 63 (25% from 255) = 25.71%

R = 53.06%
G = 21.22%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#82343F (or 0x82343F) is known color: Paprika. HEX triplet: 82, 34 and 3F. RGB value is (130,52,63). Sum of RGB (Red+Green+Blue) = 130+52+63=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #82343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82343F is #7DCBC0. Grayscale: #4C4C4C. Windows color (decimal): -8244161 or 4142210. OLE color: 4142210.

HSL color Cylindrical-coordinate representation of color #82343F: hue angle of 351.54º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82343F is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 52 63 -
CMYK 0 0.60 0.52 0.49
HSL 351.54º 0.43% 0.36% -
HSV(B) 351.54º 0.6% 0.51% -
XYZ 11.33 7.56 5.56 -
YUV 76.58 120.34 166.11 -
System Red Green Blue C M Y K H S L
Decimal 130 52 63 0 0.60 0.52 0.49 351.54 0.43 0.36
Hex 82 34 3F 0 3C 34 31 160 2B 24
Octal 202 64 77 0 74 64 61 540 53 44
Binary 10000010 110100 111111 0 111100 110100 110001 101100000 101011 100100

Color Harmonies of #82343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82343F

Black with #82343F

Text Example


Text Example

White with #82343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82343F; }

 p { color: rgb(130,52,63); }

 H1.HeaderClassName
 {
   color: #82343F;
 }
 .AnyTagClassName
 {
   color: #82343F;
 }
</style>

background-color css

<style>
 a { background-color: #82343F; }

 a { background-color: rgb(130,52,63); }

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

border-color css

<style>
 span { border-color: #82343F; }

 span { border-color: rgb(130,52,63); }

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