Html Css Color HEX #82323F Paprika

📋 copy color: '#82323F'

red 130 ◦ green 50 ◦ blue 63

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

Shades of Paprika #82323F

Tints of Paprika #82323F

RGB

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

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

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

R = 53.5%
G = 20.58%
B = 25.93%

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

#82323F (or 0x82323F) is known color: Paprika. HEX triplet: 82, 32 and 3F. RGB value is (130,50,63). Sum of RGB (Red+Green+Blue) = 130+50+63=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #82323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82323F is #7DCDC0. Grayscale: #4B4B4B. Windows color (decimal): -8244673 or 4141698. OLE color: 4141698.

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

Color convert

RGB 130 50 63 -
CMYK 0 0.62 0.52 0.49
HSL 350.25º 0.44% 0.35% -
HSV(B) 350.25º 0.62% 0.51% -
XYZ 11.24 7.39 5.54 -
YUV 75.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 130 50 63 0 0.62 0.52 0.49 350.25 0.44 0.35
Hex 82 32 3F 0 3E 34 31 15E 2C 23
Octal 202 62 77 0 76 64 61 536 54 43
Binary 10000010 110010 111111 0 111110 110100 110001 101011110 101100 100011

Color Harmonies of #82323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82323F

Black with #82323F

Text Example


Text Example

White with #82323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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