Html Css Color HEX #823141 Paprika

📋 copy color: '#823141'

red 130 ◦ green 49 ◦ blue 65

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

Shades of Paprika #823141

Tints of Paprika #823141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.08%

 BLUE value IS 65 (25.78% from 255) = 26.64%

R = 53.28%
G = 20.08%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#823141 (or 0x823141) is known color: Paprika. HEX triplet: 82, 31 and 41. RGB value is (130,49,65). Sum of RGB (Red+Green+Blue) = 130+49+65=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #823141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823141 is #7DCEBE. Grayscale: #4B4B4B. Windows color (decimal): -8244927 or 4272514. OLE color: 4272514.

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

Color convert

RGB 130 49 65 -
CMYK 0 0.62 0.50 0.49
HSL 348.15º 0.45% 0.35% -
HSV(B) 348.15º 0.62% 0.51% -
XYZ 11.26 7.32 5.82 -
YUV 75.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 130 49 65 0 0.62 0.50 0.49 348.15 0.45 0.35
Hex 82 31 41 0 3E 32 31 15C 2D 23
Octal 202 61 101 0 76 62 61 534 55 43
Binary 10000010 110001 1000001 0 111110 110010 110001 101011100 101101 100011

Color Harmonies of #823141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823141

Black with #823141

Text Example


Text Example

White with #823141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823141; }

 p { color: rgb(130,49,65); }

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

background-color css

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

 a { background-color: rgb(130,49,65); }

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

border-color css

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

 span { border-color: rgb(130,49,65); }

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