Html Css Color HEX #82313B Paprika

📋 copy color: '#82313B'

red 130 ◦ green 49 ◦ blue 59

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

Shades of Paprika #82313B

Tints of Paprika #82313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.79%

R = 54.62%
G = 20.59%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82313B (or 0x82313B) is known color: Paprika. HEX triplet: 82, 31 and 3B. RGB value is (130,49,59). Sum of RGB (Red+Green+Blue) = 130+49+59=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #82313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82313B is #7DCEC4. Grayscale: #4A4A4A. Windows color (decimal): -8244933 or 3879298. OLE color: 3879298.

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

Color convert

RGB 130 49 59 -
CMYK 0 0.62 0.55 0.49
HSL 352.59º 0.45% 0.35% -
HSV(B) 352.59º 0.62% 0.51% -
XYZ 11.09 7.26 4.95 -
YUV 74.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 130 49 59 0 0.62 0.55 0.49 352.59 0.45 0.35
Hex 82 31 3B 0 3E 37 31 161 2D 23
Octal 202 61 73 0 76 67 61 541 55 43
Binary 10000010 110001 111011 0 111110 110111 110001 101100001 101101 100011

Color Harmonies of #82313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82313B

Black with #82313B

Text Example


Text Example

White with #82313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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