Html Css Color HEX #832D3C Paprika

📋 copy color: '#832D3C'

red 131 ◦ green 45 ◦ blue 60

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

Shades of Paprika #832D3C

Tints of Paprika #832D3C

RGB

 RED value IS 131 (51.56% from 255) = 55.51%

 GREEN value IS 45 (17.97% from 255) = 19.07%

 BLUE value IS 60 (23.83% from 255) = 25.42%

R = 55.51%
G = 19.07%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#832D3C (or 0x832D3C) is known color: Paprika. HEX triplet: 83, 2D and 3C. RGB value is (131,45,60). Sum of RGB (Red+Green+Blue) = 131+45+60=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #832D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832D3C is #7CD2C3. Grayscale: #484848. Windows color (decimal): -8180420 or 3943811. OLE color: 3943811.

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

Color convert

RGB 131 45 60 -
CMYK 0 0.66 0.54 0.49
HSL 349.53º 0.49% 0.35% -
HSV(B) 349.53º 0.66% 0.51% -
XYZ 11.11 7.03 5.05 -
YUV 72.42 120.99 169.78 -
System Red Green Blue C M Y K H S L
Decimal 131 45 60 0 0.66 0.54 0.49 349.53 0.49 0.35
Hex 83 2D 3C 0 42 36 31 15E 31 23
Octal 203 55 74 0 102 66 61 536 61 43
Binary 10000011 101101 111100 0 1000010 110110 110001 101011110 110001 100011

Color Harmonies of #832D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832D3C

Black with #832D3C

Text Example


Text Example

White with #832D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832D3C; }

 p { color: rgb(131,45,60); }

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

background-color css

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

 a { background-color: rgb(131,45,60); }

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

border-color css

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

 span { border-color: rgb(131,45,60); }

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