#823038

Color #823038 Paprika (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paprika #823038

Tints of Paprika #823038

Color information

#823038 (or 0x823038) is unknown color: approx Paprika. HEX triplet: 82, 30 and 38. RGB value is (130,48,56). Sum of RGB (Red+Green+Blue) = 130+48+56=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #823038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823038 is #7DCFC7. Grayscale: #494949. Windows color (decimal): -8245192 or 3682434. OLE color: 3682434.

HSL color Cylindrical-coordinate representation of color #823038: hue angle of 354.15º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823038 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1304856-
CMYK00.630.570.49
HSL354.15º46.07%34.9%-
HSV(B)354.15º63.08%50.98%-
XYZ10.987.154.54-
YUV73.43118.17168.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.56%
GREEN value IS 48 (19.14% from 255) = 20.51%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=55.56%
G=20.51%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130485600.630.570.49354.1546.0734.9
Hex82303803F39311622e23
Octal202607007771615425643
Binary100000101100001110000111111111001110001101100010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823038; }

 p { color: rgb(130,48,56); }

 H1.HeaderClassName
 {
   color: #823038;
 }
 .AnyTagClassName
 {
   color: #823038;
 }
</style>
background-color css

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

 a { background-color: rgb(130,48,56); }

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

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

 span { border-color: rgb(130,48,56); }

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