Html Css Color HEX #823138 Paprika

📋 copy color: '#823138'

red 130 ◦ green 49 ◦ blue 56

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

Shades of Paprika #823138

Tints of Paprika #823138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.83%

R = 55.32%
G = 20.85%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#823138 (or 0x823138) is known color: Paprika. HEX triplet: 82, 31 and 38. RGB value is (130,49,56). Sum of RGB (Red+Green+Blue) = 130+49+56=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #823138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823138 is #7DCEC7. Grayscale: #4A4A4A. Windows color (decimal): -8244936 or 3682690. OLE color: 3682690.

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

Color convert

RGB 130 49 56 -
CMYK 0 0.62 0.57 0.49
HSL 354.81º 0.45% 0.35% -
HSV(B) 354.81º 0.62% 0.51% -
XYZ 11.02 7.23 4.56 -
YUV 74.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 130 49 56 0 0.62 0.57 0.49 354.81 0.45 0.35
Hex 82 31 38 0 3E 39 31 163 2D 23
Octal 202 61 70 0 76 71 61 543 55 43
Binary 10000010 110001 111000 0 111110 111001 110001 101100011 101101 100011

Color Harmonies of #823138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823138

Black with #823138

Text Example


Text Example

White with #823138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823138; }

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

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

background-color css

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

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

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

border-color css

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

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

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