Html Css Color HEX #823036 Paprika

📋 copy color: '#823036'

red 130 ◦ green 48 ◦ blue 54

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

Shades of Paprika #823036

Tints of Paprika #823036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.69%

 BLUE value IS 54 (21.48% from 255) = 23.28%

R = 56.03%
G = 20.69%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#823036 (or 0x823036) is known color: Paprika. HEX triplet: 82, 30 and 36. RGB value is (130,48,54). Sum of RGB (Red+Green+Blue) = 130+48+54=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #823036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823036 is #7DCFC9. Grayscale: #494949. Windows color (decimal): -8245194 or 3551362. OLE color: 3551362.

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

Color convert

RGB 130 48 54 -
CMYK 0 0.63 0.58 0.49
HSL 355.61º 0.46% 0.35% -
HSV(B) 355.61º 0.63% 0.51% -
XYZ 10.93 7.13 4.29 -
YUV 73.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 130 48 54 0 0.63 0.58 0.49 355.61 0.46 0.35
Hex 82 30 36 0 3F 3A 31 164 2E 23
Octal 202 60 66 0 77 72 61 544 56 43
Binary 10000010 110000 110110 0 111111 111010 110001 101100100 101110 100011

Color Harmonies of #823036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823036

Black with #823036

Text Example


Text Example

White with #823036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823036; }

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

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

background-color css

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

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

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

border-color css

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

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

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