Html Css Color HEX #82313E Paprika

📋 copy color: '#82313E'

red 130 ◦ green 49 ◦ blue 62

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

Shades of Paprika #82313E

Tints of Paprika #82313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.33%

 BLUE value IS 62 (24.61% from 255) = 25.73%

R = 53.94%
G = 20.33%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#82313E (or 0x82313E) is known color: Paprika. HEX triplet: 82, 31 and 3E. RGB value is (130,49,62). Sum of RGB (Red+Green+Blue) = 130+49+62=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82313E is #7DCEC1. Grayscale: #4A4A4A. Windows color (decimal): -8244930 or 4075906. OLE color: 4075906.

HSL color Cylindrical-coordinate representation of color #82313E: hue angle of 350.37º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82313E is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 49 62 -
CMYK 0 0.62 0.52 0.49
HSL 350.37º 0.45% 0.35% -
HSV(B) 350.37º 0.62% 0.51% -
XYZ 11.17 7.29 5.38 -
YUV 74.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 130 49 62 0 0.62 0.52 0.49 350.37 0.45 0.35
Hex 82 31 3E 0 3E 34 31 15E 2D 23
Octal 202 61 76 0 76 64 61 536 55 43
Binary 10000010 110001 111110 0 111110 110100 110001 101011110 101101 100011

Color Harmonies of #82313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82313E

Black with #82313E

Text Example


Text Example

White with #82313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82313E; }

 p { color: rgb(130,49,62); }

 H1.HeaderClassName
 {
   color: #82313E;
 }
 .AnyTagClassName
 {
   color: #82313E;
 }
</style>

background-color css

<style>
 a { background-color: #82313E; }

 a { background-color: rgb(130,49,62); }

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

border-color css

<style>
 span { border-color: #82313E; }

 span { border-color: rgb(130,49,62); }

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