Html Css Color HEX #82323A Paprika

📋 copy color: '#82323A'

red 130 ◦ green 50 ◦ blue 58

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

Shades of Paprika #82323A

Tints of Paprika #82323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.01%

 BLUE value IS 58 (23.05% from 255) = 24.37%

R = 54.62%
G = 21.01%
B = 24.37%

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

#82323A (or 0x82323A) is known color: Paprika. HEX triplet: 82, 32 and 3A. RGB value is (130,50,58). Sum of RGB (Red+Green+Blue) = 130+50+58=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #82323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82323A is #7DCDC5. Grayscale: #4A4A4A. Windows color (decimal): -8244678 or 3814018. OLE color: 3814018.

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

Color convert

RGB 130 50 58 -
CMYK 0 0.62 0.55 0.49
HSL 354º 0.44% 0.35% -
HSV(B) 354º 0.62% 0.51% -
XYZ 11.11 7.33 4.83 -
YUV 74.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 130 50 58 0 0.62 0.55 0.49 354 0.44 0.35
Hex 82 32 3A 0 3E 37 31 162 2C 23
Octal 202 62 72 0 76 67 61 542 54 43
Binary 10000010 110010 111010 0 111110 110111 110001 101100010 101100 100011

Color Harmonies of #82323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82323A

Black with #82323A

Text Example


Text Example

White with #82323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82323A; }

 p { color: rgb(130,50,58); }

 H1.HeaderClassName
 {
   color: #82323A;
 }
 .AnyTagClassName
 {
   color: #82323A;
 }
</style>

background-color css

<style>
 a { background-color: #82323A; }

 a { background-color: rgb(130,50,58); }

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

border-color css

<style>
 span { border-color: #82323A; }

 span { border-color: rgb(130,50,58); }

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