Html Css Color HEX #82283F Paprika

📋 copy color: '#82283F'

red 130 ◦ green 40 ◦ blue 63

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

Shades of Paprika #82283F

Tints of Paprika #82283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.17%

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

R = 55.79%
G = 17.17%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#82283F (or 0x82283F) is known color: Paprika. HEX triplet: 82, 28 and 3F. RGB value is (130,40,63). Sum of RGB (Red+Green+Blue) = 130+40+63=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #82283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82283F is #7DD7C0. Grayscale: #454545. Windows color (decimal): -8247233 or 4139138. OLE color: 4139138.

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

Color convert

RGB 130 40 63 -
CMYK 0 0.69 0.52 0.49
HSL 344.67º 0.53% 0.33% -
HSV(B) 344.67º 0.69% 0.51% -
XYZ 10.86 6.62 5.41 -
YUV 69.53 124.32 171.13 -
System Red Green Blue C M Y K H S L
Decimal 130 40 63 0 0.69 0.52 0.49 344.67 0.53 0.33
Hex 82 28 3F 0 45 34 31 159 35 21
Octal 202 50 77 0 105 64 61 531 65 41
Binary 10000010 101000 111111 0 1000101 110100 110001 101011001 110101 100001

Color Harmonies of #82283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82283F

Black with #82283F

Text Example


Text Example

White with #82283F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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