Html Css Color HEX #82293D Paprika

📋 copy color: '#82293D'

red 130 ◦ green 41 ◦ blue 61

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

Shades of Paprika #82293D

Tints of Paprika #82293D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.67%

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

R = 56.03%
G = 17.67%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#82293D (or 0x82293D) is known color: Paprika. HEX triplet: 82, 29 and 3D. RGB value is (130,41,61). Sum of RGB (Red+Green+Blue) = 130+41+61=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #82293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82293D is #7DD6C2. Grayscale: #454545. Windows color (decimal): -8246979 or 4008322. OLE color: 4008322.

HSL color Cylindrical-coordinate representation of color #82293D: hue angle of 346.52º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82293D is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 41 61 -
CMYK 0 0.68 0.53 0.49
HSL 346.52º 0.52% 0.34% -
HSV(B) 346.52º 0.68% 0.51% -
XYZ 10.84 6.67 5.13 -
YUV 69.89 122.99 170.87 -
System Red Green Blue C M Y K H S L
Decimal 130 41 61 0 0.68 0.53 0.49 346.52 0.52 0.34
Hex 82 29 3D 0 44 35 31 15B 34 22
Octal 202 51 75 0 104 65 61 533 64 42
Binary 10000010 101001 111101 0 1000100 110101 110001 101011011 110100 100010

Color Harmonies of #82293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82293D

Black with #82293D

Text Example


Text Example

White with #82293D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,41,61); }

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

background-color css

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

 a { background-color: rgb(130,41,61); }

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

border-color css

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

 span { border-color: rgb(130,41,61); }

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