Html Css Color HEX #82283E Paprika

📋 copy color: '#82283E'

red 130 ◦ green 40 ◦ blue 62

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

Shades of Paprika #82283E

Tints of Paprika #82283E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.72%

R = 56.03%
G = 17.24%
B = 26.72%

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

#82283E (or 0x82283E) is known color: Paprika. HEX triplet: 82, 28 and 3E. RGB value is (130,40,62). Sum of RGB (Red+Green+Blue) = 130+40+62=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #82283E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82283E is #7DD7C1. Grayscale: #454545. Windows color (decimal): -8247234 or 4073602. OLE color: 4073602.

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

Color convert

RGB 130 40 62 -
CMYK 0 0.69 0.52 0.49
HSL 345.33º 0.53% 0.33% -
HSV(B) 345.33º 0.69% 0.51% -
XYZ 10.83 6.61 5.26 -
YUV 69.42 123.82 171.21 -
System Red Green Blue C M Y K H S L
Decimal 130 40 62 0 0.69 0.52 0.49 345.33 0.53 0.33
Hex 82 28 3E 0 45 34 31 159 35 21
Octal 202 50 76 0 105 64 61 531 65 41
Binary 10000010 101000 111110 0 1000101 110100 110001 101011001 110101 100001

Color Harmonies of #82283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82283E

Black with #82283E

Text Example


Text Example

White with #82283E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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