Html Css Color HEX #82293C Paprika

📋 copy color: '#82293C'

red 130 ◦ green 41 ◦ blue 60

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

Shades of Paprika #82293C

Tints of Paprika #82293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.75%

 BLUE value IS 60 (23.83% from 255) = 25.97%

R = 56.28%
G = 17.75%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#82293C (or 0x82293C) is known color: Paprika. HEX triplet: 82, 29 and 3C. RGB value is (130,41,60). Sum of RGB (Red+Green+Blue) = 130+41+60=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #82293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82293C is #7DD6C3. Grayscale: #454545. Windows color (decimal): -8246980 or 3942786. OLE color: 3942786.

HSL color Cylindrical-coordinate representation of color #82293C: hue angle of 347.19º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82293C is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 41 60 -
CMYK 0 0.68 0.54 0.49
HSL 347.19º 0.52% 0.34% -
HSV(B) 347.19º 0.68% 0.51% -
XYZ 10.81 6.66 4.99 -
YUV 69.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 130 41 60 0 0.68 0.54 0.49 347.19 0.52 0.34
Hex 82 29 3C 0 44 36 31 15B 34 22
Octal 202 51 74 0 104 66 61 533 64 42
Binary 10000010 101001 111100 0 1000100 110110 110001 101011011 110100 100010

Color Harmonies of #82293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82293C

Black with #82293C

Text Example


Text Example

White with #82293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82293C; }

 p { color: rgb(130,41,60); }

 H1.HeaderClassName
 {
   color: #82293C;
 }
 .AnyTagClassName
 {
   color: #82293C;
 }
</style>

background-color css

<style>
 a { background-color: #82293C; }

 a { background-color: rgb(130,41,60); }

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

border-color css

<style>
 span { border-color: #82293C; }

 span { border-color: rgb(130,41,60); }

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