Html Css Color HEX #82303F Paprika

📋 copy color: '#82303F'

red 130 ◦ green 48 ◦ blue 63

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

Shades of Paprika #82303F

Tints of Paprika #82303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.92%

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

R = 53.94%
G = 19.92%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#82303F (or 0x82303F) is known color: Paprika. HEX triplet: 82, 30 and 3F. RGB value is (130,48,63). Sum of RGB (Red+Green+Blue) = 130+48+63=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82303F is #7DCFC0. Grayscale: #4A4A4A. Windows color (decimal): -8245185 or 4141186. OLE color: 4141186.

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

Color convert

RGB 130 48 63 -
CMYK 0 0.63 0.52 0.49
HSL 349.02º 0.46% 0.35% -
HSV(B) 349.02º 0.63% 0.51% -
XYZ 11.16 7.22 5.51 -
YUV 74.23 121.67 167.78 -
System Red Green Blue C M Y K H S L
Decimal 130 48 63 0 0.63 0.52 0.49 349.02 0.46 0.35
Hex 82 30 3F 0 3F 34 31 15D 2E 23
Octal 202 60 77 0 77 64 61 535 56 43
Binary 10000010 110000 111111 0 111111 110100 110001 101011101 101110 100011

Color Harmonies of #82303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82303F

Black with #82303F

Text Example


Text Example

White with #82303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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