Html Css Color HEX #82313F Paprika

📋 copy color: '#82313F'

red 130 ◦ green 49 ◦ blue 63

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

Shades of Paprika #82313F

Tints of Paprika #82313F

RGB

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

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

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

R = 53.72%
G = 20.25%
B = 26.03%

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

#82313F (or 0x82313F) is known color: Paprika. HEX triplet: 82, 31 and 3F. RGB value is (130,49,63). Sum of RGB (Red+Green+Blue) = 130+49+63=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82313F is #7DCEC0. Grayscale: #4A4A4A. Windows color (decimal): -8244929 or 4141442. OLE color: 4141442.

HSL color Cylindrical-coordinate representation of color #82313F: hue angle of 349.63º 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 #82313F is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 49 63 -
CMYK 0 0.62 0.52 0.49
HSL 349.63º 0.45% 0.35% -
HSV(B) 349.63º 0.62% 0.51% -
XYZ 11.2 7.3 5.52 -
YUV 74.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 130 49 63 0 0.62 0.52 0.49 349.63 0.45 0.35
Hex 82 31 3F 0 3E 34 31 15E 2D 23
Octal 202 61 77 0 76 64 61 536 55 43
Binary 10000010 110001 111111 0 111110 110100 110001 101011110 101101 100011

Color Harmonies of #82313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82313F

Black with #82313F

Text Example


Text Example

White with #82313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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