Html Css Color HEX #823440 Paprika

📋 copy color: '#823440'

red 130 ◦ green 52 ◦ blue 64

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

Shades of Paprika #823440

Tints of Paprika #823440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.14%

 BLUE value IS 64 (25.39% from 255) = 26.02%

R = 52.85%
G = 21.14%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#823440 (or 0x823440) is known color: Paprika. HEX triplet: 82, 34 and 40. RGB value is (130,52,64). Sum of RGB (Red+Green+Blue) = 130+52+64=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #823440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823440 is #7DCBBF. Grayscale: #4C4C4C. Windows color (decimal): -8244160 or 4207746. OLE color: 4207746.

HSL color Cylindrical-coordinate representation of color #823440: hue angle of 350.77º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #823440 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 52 64 -
CMYK 0 0.60 0.51 0.49
HSL 350.77º 0.43% 0.36% -
HSV(B) 350.77º 0.6% 0.51% -
XYZ 11.36 7.57 5.71 -
YUV 76.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 130 52 64 0 0.60 0.51 0.49 350.77 0.43 0.36
Hex 82 34 40 0 3C 33 31 15F 2B 24
Octal 202 64 100 0 74 63 61 537 53 44
Binary 10000010 110100 1000000 0 111100 110011 110001 101011111 101011 100100

Color Harmonies of #823440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823440

Black with #823440

Text Example


Text Example

White with #823440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823440; }

 p { color: rgb(130,52,64); }

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

background-color css

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

 a { background-color: rgb(130,52,64); }

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

border-color css

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

 span { border-color: rgb(130,52,64); }

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